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

UCX allocator data structure containing memory management functions. - More...

- -

#include <allocator.h>

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

-Data Fields

void * pool
 Pointer to an area of memory or a complex memory pool. More...
 
-ucx_allocator_malloc malloc
 The malloc() function for this allocator.
 
-ucx_allocator_calloc calloc
 The calloc() function for this allocator.
 
-ucx_allocator_realloc realloc
 The realloc() function for this allocator.
 
-ucx_allocator_free free
 The free() function for this allocator.
 
-

Detailed Description

-

UCX allocator data structure containing memory management functions.

-

Field Documentation

- -

◆ pool

- -
-
- - - - -
void* UcxAllocator::pool
-
- -

Pointer to an area of memory or a complex memory pool.

-

This pointer will be passed to any memory management function as first argument.

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