Home
last modified time | relevance | path

Searched refs:alloc_flags (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dgc.h53 void *gc_alloc(size_t n_bytes, unsigned int alloc_flags);
A Dgc.c438 void *gc_alloc(size_t n_bytes, unsigned int alloc_flags) { in gc_alloc() argument
439 bool has_finaliser = alloc_flags & GC_ALLOC_FLAG_HAS_FINALISER; in gc_alloc()

Completed in 5 milliseconds