Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dmalloc.c85 void *m_malloc(size_t num_bytes) { in m_malloc() function
127 void *ptr = m_malloc(num_bytes); in m_malloc0()
A Dmisc.h64 #define m_new(type, num) ((type *)(m_malloc(sizeof(type) * (num))))
69 #define m_new_obj_var(obj_type, var_type, var_num) ((obj_type *)m_malloc(sizeof(obj_type) + sizeof(…
91 void *m_malloc(size_t num_bytes);
A Ddynruntime.h52 #define m_malloc(n) (m_malloc_dyn((n))) macro
A Dmpconfig.h275 #define alloca(x) m_malloc(x)

Completed in 8 milliseconds