dlvalloc

Function dlvalloc 

Source
pub unsafe extern "C" fn dlvalloc(n: usize) -> *mut c_void
Expand description

valloc(size_t n);

Equivalent to memalign(pagesize, n), where pagesize is the page size of the system. If the pagesize is unknown, 4096 is used.