|
LispBM
|
#include <heap.h>

Heap state
| lbm_value lbm_heap_state_t::freelist |
| lbm_uint lbm_heap_state_t::gc_last_free |
| lbm_uint lbm_heap_state_t::gc_least_free |
| lbm_uint lbm_heap_state_t::gc_marked |
| lbm_uint lbm_heap_state_t::gc_num |
| lbm_uint lbm_heap_state_t::gc_recovered |
| lbm_uint lbm_heap_state_t::gc_recovered_arrays |
| lbm_stack_t lbm_heap_state_t::gc_stack |
| lbm_cons_t* lbm_heap_state_t::heap |
| lbm_uint lbm_heap_state_t::heap_bytes |
| lbm_uint lbm_heap_state_t::heap_size |
| lbm_uint lbm_heap_state_t::num_alloc_arrays |
| lbm_uint lbm_heap_state_t::num_free |