Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dmisc.h72 #define m_new_obj_with_finaliser(type) ((type *)(m_malloc_with_finaliser(sizeof(type))))
73 #define m_new_obj_var_with_finaliser(type, var_type, var_num) ((type *)m_malloc_with_finaliser(size…
93 void *m_malloc_with_finaliser(size_t num_bytes);
A Dmalloc.c111 void *m_malloc_with_finaliser(size_t num_bytes) { in m_malloc_with_finaliser() function

Completed in 8 milliseconds