diff -r 92e482410453 -r d345541018fa docs/api-2.1/structUcxStack.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/api-2.1/structUcxStack.html Sat Feb 06 19:11:44 2021 +0100 @@ -0,0 +1,123 @@ + + +
+ + + + ++ |
+ ucx
+
+ UAP Common Extensions
+ |
+
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. | |
UCX stack structure.
+size_t UcxStack::size | +
Stack size.
+ +