pub unsafe extern "C" fn mi_heap_zalloc_small(
heap: *mut mi_heap_t,
size: usize,
) -> *mut c_voidExpand description
Equivalent to mi_zalloc_small, but allocates out of the specific
heap instead of the default.
size must be smaller or equal to MI_SMALL_SIZE_MAX.