Searched refs:gc_pool_end (Results 1 – 2 of 2) sorted by relevance
80 byte *gc_pool_end; member
135 MP_STATE_MEM(gc_pool_end) = end; in gc_init()196 && ptr < (void *)MP_STATE_MEM(gc_pool_end) /* must be below end of pool */ \376 info->total = MP_STATE_MEM(gc_pool_end) - MP_STATE_MEM(gc_pool_start); in gc_info()
Completed in 4 milliseconds