Function gnunet_sys::GNUNET_xfree_[][src]

pub unsafe extern "C" fn GNUNET_xfree_(
    ptr: *mut c_void,
    filename: *const c_char,
    linenumber: c_int
)

Free memory. Merely a wrapper for the case that we want to keep track of allocations. Don’t use GNUNET_xfree_ directly. Use the #GNUNET_free macro.

@param ptr pointer to memory to free @param filename where is this call being made (for debugging) @param linenumber line where this call is being made (for debugging)