CustomAllocFunction

Type Alias CustomAllocFunction 

Source
pub type CustomAllocFunction = fn(size: usize, allocation_type: u32, protect: u32, user_data: *mut c_void) -> *mut u8;