malloc_object_size_fast

Function malloc_object_size_fast 

Source
pub unsafe extern "C" fn malloc_object_size_fast(
    ptr: *const c_void,
) -> usize
Expand description

similar to malloc_object_size, but avoiding locking so the results are much more limited