pub unsafe extern "C" fn GC_valloc(arg1: usize) -> *mut c_voidExpand description
The allocation functions that guarantee the memory page alignment of
the returned object. Exist largely for redirection in the find-leak
mode. All these functions (GC_pvalloc, GC_valloc) are guaranteed
never to return NULL unless GC_oom_fn() returns NULL.