Skip to main content

AllocFn

Type Alias AllocFn 

Source
pub type AllocFn = fn(size: usize, userdata: *mut u8) -> *mut u8;
Expand description

Allocator function type.