Home
last modified time | relevance | path

Searched refs:MICROPY_BYTES_PER_GC_BLOCK (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dmodgc.c85 return mp_obj_new_int(MP_STATE_MEM(gc_alloc_threshold) * MICROPY_BYTES_PER_GC_BLOCK); in gc_threshold()
91 MP_STATE_MEM(gc_alloc_threshold) = val / MICROPY_BYTES_PER_GC_BLOCK; in gc_threshold()
A Dmpconfig.h128 #ifndef MICROPY_BYTES_PER_GC_BLOCK
129 #define MICROPY_BYTES_PER_GC_BLOCK (4 * MP_BYTES_PER_OBJ_WORD) macro
A Dgc.c52 #define WORDS_PER_BLOCK ((MICROPY_BYTES_PER_GC_BLOCK) / MP_BYTES_PER_OBJ_WORD)
53 #define BYTES_PER_BLOCK (MICROPY_BYTES_PER_GC_BLOCK)

Completed in 7 milliseconds