|
|
struct { |
|
void * heap_buf |
| |
|
uint32_t heap_size |
| |
| } | pool |
| |
|
struct { |
|
void * malloc_func |
| |
|
void * realloc_func |
| |
|
void * free_func |
| |
|
void * user_data |
| |
| } | allocator |
| |
|
struct { |
|
void * heap_buf |
| |
|
uint32_t heap_size |
| |
| } | pool |
| |
|
struct { |
|
void * malloc_func |
| |
|
void * realloc_func |
| |
|
void * free_func |
| |
|
void * user_data |
| |
| } | allocator |
| |
The documentation for this union was generated from the following files: