Function libmimalloc_sys::mi_heap_realpath
source ยท pub unsafe extern "C" fn mi_heap_realpath(
heap: *mut mi_heap_t,
fname: *const c_char,
resolved_name: *mut c_char,
) -> *mut c_char
Expand description
Equivalent to mi_realpath
, but allocates out of the specific heap
instead of the default.