Cthulhu
0.2.10
Cthulhu compiler collection
|
an allocator object More...
#include <arena.h>
Data Fields | |
const char * | name |
the name of the allocator More... | |
mem_alloc_t | fn_malloc |
the malloc function More... | |
mem_resize_t | fn_realloc |
the realloc function More... | |
mem_release_t | fn_free |
the free function More... | |
mem_rename_t | fn_rename |
the rename function More... | |
mem_reparent_t | fn_reparent |
the reparent function More... | |
void * | user |
user data pointer More... | |
mem_release_t arena_t::fn_free |
mem_alloc_t arena_t::fn_malloc |
mem_resize_t arena_t::fn_realloc |
mem_rename_t arena_t::fn_rename |
mem_reparent_t arena_t::fn_reparent |