Skip to main content

GC_valloc

Function GC_valloc 

Source
pub unsafe extern "C" fn GC_valloc(arg1: usize) -> *mut c_void
Expand 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.