Searched refs:GC_ALLOC_FLAG_HAS_FINALISER (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/py/ | ||
A D | gc.h | 50 GC_ALLOC_FLAG_HAS_FINALISER = 1, enumerator |
A D | gc.c | 439 bool has_finaliser = alloc_flags & GC_ALLOC_FLAG_HAS_FINALISER; in gc_alloc() |
Completed in 4 milliseconds