Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dmisc.h66 #define m_new0(type, num) ((type *)(m_malloc0(sizeof(type) * (num))))
94 void *m_malloc0(size_t num_bytes);
A Dmalloc.c126 void *m_malloc0(size_t num_bytes) { in m_malloc0() function
/AliOS-Things-master/components/py_engine/engine/extmod/nimble/nimble/
A Dnimble_npl_os.c72 mp_bluetooth_nimble_malloc_t *alloc = m_malloc0(size); in m_malloc_bluetooth()

Completed in 9 milliseconds