diff -r 92e482410453 -r d345541018fa docs/api-2.1/structUcxArray.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/api-2.1/structUcxArray.html Sat Feb 06 19:11:44 2021 +0100 @@ -0,0 +1,111 @@ + + +
+ + + + ++ |
+ ucx
+
+ UAP Common Extensions
+ |
+
UCX array type. + More...
+ +#include <array.h>
+Data Fields | |
+size_t | capacity |
The current capacity of the array. | |
+size_t | size |
The actual number of elements in the array. | |
+size_t | elemsize |
The size of an individual element in bytes. | |
+void * | data |
A pointer to the data. | |
+UcxAllocator * | allocator |
The allocator used for the data. | |
UCX array type.
+