Searched refs:MICROPY_ALLOC_GC_STACK_SIZE (Results 1 – 3 of 3) sorted by relevance
83 MICROPY_GC_STACK_ENTRY_TYPE gc_stack[MICROPY_ALLOC_GC_STACK_SIZE];
133 #ifndef MICROPY_ALLOC_GC_STACK_SIZE134 #define MICROPY_ALLOC_GC_STACK_SIZE (64) macro
232 if (sp < MICROPY_ALLOC_GC_STACK_SIZE) { in gc_mark_subtree()
Completed in 8 milliseconds