Function php_all_sys::php54::zend_mm_set_custom_handlers[][src]

pub unsafe extern "C" fn zend_mm_set_custom_handlers(
    heap: *mut zend_mm_heap,
    _malloc: Option<unsafe extern "C" fn(arg1: size_t) -> *mut c_void>,
    _free: Option<unsafe extern "C" fn(arg1: *mut c_void)>,
    _realloc: Option<unsafe extern "C" fn(arg1: *mut c_void, arg2: size_t) -> *mut c_void>
)