Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dmpstate.h83 MICROPY_GC_STACK_ENTRY_TYPE gc_stack[MICROPY_ALLOC_GC_STACK_SIZE];
A Dmpconfig.h133 #ifndef MICROPY_ALLOC_GC_STACK_SIZE
134 #define MICROPY_ALLOC_GC_STACK_SIZE (64) macro
A Dgc.c232 if (sp < MICROPY_ALLOC_GC_STACK_SIZE) { in gc_mark_subtree()

Completed in 8 milliseconds