Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dpystack.h88 static inline void *mp_nonlocal_realloc(void *ptr, size_t old_n_bytes, size_t new_n_bytes) { in mp_nonlocal_realloc() argument
89 return m_renew(uint8_t, ptr, old_n_bytes, new_n_bytes); in mp_nonlocal_realloc()
110 static inline void *mp_nonlocal_realloc(void *ptr, size_t old_n_bytes, size_t new_n_bytes) { in mp_nonlocal_realloc() argument
112 mp_pystack_realloc(ptr, new_n_bytes); in mp_nonlocal_realloc()

Completed in 3 milliseconds