Searched refs:gc_alloc_amount (Results 1 – 2 of 2) sorted by relevance
161 MP_STATE_MEM(gc_alloc_amount) = 0; in gc_init()325 MP_STATE_MEM(gc_alloc_amount) = 0; in gc_collect_start()463 if (!collected && MP_STATE_MEM(gc_alloc_amount) >= MP_STATE_MEM(gc_alloc_threshold)) { in gc_alloc()526 MP_STATE_MEM(gc_alloc_amount) += n_blocks; in gc_alloc()
92 size_t gc_alloc_amount; member
Completed in 5 milliseconds