Cthulhu  0.2.10
Cthulhu compiler collection
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
memory.h File Reference
#include <ctu_memory_api.h>
#include "core/analyze.h"
Include dependency graph for memory.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef typedefCT_BEGIN_API struct arena_t arena_t
 

Functions

CT_MEMORY_API arena_tget_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...
 

Typedef Documentation

◆ arena_t

typedef typedefCT_BEGIN_API struct arena_t arena_t

Definition at line 9 of file memory.h.