diff -r 7dfa5bcf39ee -r 88a9ee79c102 docs/api-2.1/structUcxStack.html --- a/docs/api-2.1/structUcxStack.html Wed Jan 22 21:02:46 2025 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,123 +0,0 @@ - - - - - - - -ucx: UcxStack Struct Reference - - - - - - - - - -
-
- - - - - - - -
-
ucx -
-
UAP Common Extensions
-
-
- - - - - - - - -
-
- - -
- -
- -
-
-
-Data Fields
-
-
UcxStack Struct Reference
-
-
- -

UCX stack structure. - More...

- -

#include <stack.h>

- - - - - - - - - - - - - - -

-Data Fields

-UcxAllocator allocator
 UcxAllocator based on this stack.
 
size_t size
 Stack size. More...
 
-char * space
 Pointer to the bottom of the stack.
 
-char * top
 Pointer to the top of the stack.
 
-

Detailed Description

-

UCX stack structure.

-

Field Documentation

- -

◆ size

- -
-
- - - - -
size_t UcxStack::size
-
- -

Stack size.

- -
-
-
The documentation for this struct was generated from the following file: -
- - - -