Searched refs:m_realloc_maybe (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | misc.h | 80 #define m_renew_maybe(type, ptr, old_num, new_num, allow_move) ((type *)(m_realloc_maybe((ptr), siz… 85 #define m_renew_maybe(type, ptr, old_num, new_num, allow_move) ((type *)(m_realloc_maybe((ptr), siz… 97 void *m_realloc_maybe(void *ptr, size_t old_num_bytes, size_t new_num_bytes, bool allow_move); 101 void *m_realloc_maybe(void *ptr, size_t new_num_bytes, bool allow_move);
|
A D | malloc.c | 165 void *m_realloc_maybe(void *ptr, size_t old_num_bytes, size_t new_num_bytes, bool allow_move) in m_realloc_maybe() function 167 void *m_realloc_maybe(void *ptr, size_t new_num_bytes, bool allow_move) in m_realloc_maybe()
|
Completed in 3 milliseconds