pub unsafe extern "C" fn mi_heap_malloc( heap: *mut mi_heap_t, size: usize, ) -> *mut c_void
Equivalent to mi_malloc, but allocates out of the specific heap instead of the default.
mi_malloc