Function listpack::allocator[][src]

pub unsafe fn allocator(
) -> (extern "C" fn(size: size_t) -> *mut u8, extern "C" fn(ptr: *mut c_void, size: size_t) -> *mut u8, extern "C" fn(ptr: *mut c_void))

Return the existing Rax allocator.