Home
last modified time | relevance | path

Searched refs:gc_init (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dgc.h32 void gc_init(void *start, void *end);
A Dgc.c109 void gc_init(void *start, void *end) { in gc_init() function
943 gc_init(heap, heap + len / sizeof(mp_uint_t));
/AliOS-Things-master/components/py_engine/engine/shared/upytesthelper/
A Dupytesthelper.c94 gc_init(heap_start, heap_end); in upytest_execute_test()
/AliOS-Things-master/components/py_engine/engine/mpy-cross/
A Dmain.c190 gc_init(heap, heap + heap_size); in main_()
/AliOS-Things-master/components/py_engine/adapter/haas510/
A Dmain.c256 gc_init(heap, heap + MICROPY_GC_HEAP_SIZE); in mpy_init()
/AliOS-Things-master/components/py_engine/adapter/haas600/
A Dmain.c256 gc_init(heap, heap + MICROPY_GC_HEAP_SIZE); in mpy_init()
/AliOS-Things-master/components/py_engine/adapter/
A Dmain.c428 gc_init(heap, heap + MICROPY_GC_HEAP_SIZE); in mpy_init()

Completed in 10 milliseconds