Home
last modified time | relevance | path

Searched defs:allow_move (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dmalloc.c72 STATIC void *realloc_ext(void *ptr, size_t n_bytes, bool allow_move) { in realloc_ext()
165 void *m_realloc_maybe(void *ptr, size_t old_num_bytes, size_t new_num_bytes, bool allow_move) in m_realloc_maybe()
A Dmisc.h80 #define m_renew_maybe(type, ptr, old_num, new_num, allow_move) ((type *)(m_realloc_maybe((ptr), siz… argument
85 #define m_renew_maybe(type, ptr, old_num, new_num, allow_move) ((type *)(m_realloc_maybe((ptr), siz… argument
A Dgc.c665 void *gc_realloc(void *ptr_in, size_t n_bytes, bool allow_move) { in gc_realloc()

Completed in 10 milliseconds