Home
last modified time | relevance | path

Searched refs:gc_alloc_amount (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dgc.c161 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()
A Dmpstate.h92 size_t gc_alloc_amount; member

Completed in 5 milliseconds