Searched defs:allow_move (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | malloc.c | 72 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 D | misc.h | 80 #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 D | gc.c | 665 void *gc_realloc(void *ptr_in, size_t n_bytes, bool allow_move) { in gc_realloc()
|
Completed in 6 milliseconds