Function libmimalloc_sys::mi_heap_mallocn [−][src]
pub unsafe extern "C" fn mi_heap_mallocn(
heap: *mut mi_heap_t,
count: usize,
size: usize
) -> *mut c_void
Expand description
Equivalent to mi_mallocn, but allocates out of the specific heap
instead of the default.