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

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.
 
-UcxAllocatorallocator
 The allocator used for the data.
 
-

Detailed Description

-

UCX array type.

-

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