LispBM
|
Go to the source code of this file.
Functions | |
lbm_value | lbm_defrag_mem_create (lbm_uint nbytes) |
void | lbm_defrag_mem_destroy (lbm_uint *ptr) |
lbm_value | lbm_defrag_mem_alloc (lbm_uint *defrag_mem, lbm_uint nbytes) |
void | lbm_defrag_mem_free (lbm_uint *data) |
static bool | lbm_defrag_mem_valid (lbm_value arr) |
static bool | lbm_is_defrag_mem (lbm_value x) |
void lbm_defrag_mem_destroy | ( | lbm_uint * | ptr | ) |
void lbm_defrag_mem_free | ( | lbm_uint * | data | ) |
|
inlinestatic |
|
inlinestatic |