LispBM
|
#include <heap.h>
Data Fields | |
lbm_cons_t * | heap |
lbm_value | freelist |
lbm_stack_t | gc_stack |
lbm_uint | heap_size |
lbm_uint | heap_bytes |
lbm_uint | num_alloc |
lbm_uint | num_alloc_arrays |
lbm_uint | gc_num |
lbm_uint | gc_marked |
lbm_uint | gc_recovered |
lbm_uint | gc_recovered_arrays |
lbm_uint | gc_least_free |
lbm_uint | gc_last_free |
Heap state