Searched refs:m_malloc0 (Results 1 – 3 of 3) sorted by relevance
66 #define m_new0(type, num) ((type *)(m_malloc0(sizeof(type) * (num))))94 void *m_malloc0(size_t num_bytes);
126 void *m_malloc0(size_t num_bytes) { in m_malloc0() function
72 mp_bluetooth_nimble_malloc_t *alloc = m_malloc0(size); in m_malloc_bluetooth()
Completed in 9 milliseconds