Cthulhu
0.2.10
Cthulhu compiler collection
|
Default global memory allocator this is an intermediate layer to help with transitioning to pure arena allocation its recommended to avoid this for new code and to remove it from existing code. More...
Functions | |
CT_MEMORY_API arena_t * | get_global_arena (void) |
get the global memory arena More... | |
CT_MEMORY_API void | init_global_arena (arena_t *arena) |
initialize the global memory arena More... | |
CT_MEMORY_API void | init_gmp_arena (arena_t *arena) |
initialize gmp with a custom allocator More... | |
Default global memory allocator this is an intermediate layer to help with transitioning to pure arena allocation its recommended to avoid this for new code and to remove it from existing code.
CT_MEMORY_API arena_t* get_global_arena | ( | void | ) |
CT_MEMORY_API void init_global_arena | ( | arena_t * | arena | ) |