pub unsafe extern "C" fn apr_palloc_debug(
p: *mut apr_pool_t,
size: apr_size_t,
file_line: *const c_char,
) -> *mut c_voidExpand description
Debug version of apr_palloc @param p See: apr_palloc @param size See: apr_palloc @param file_line Where the function is called from. This is usually APR_POOL__FILE_LINE__. @return See: apr_palloc