Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dmpstate.h80 byte *gc_pool_end; member
A Dgc.c135 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