Function mupdf_sys::fz_free[][src]

pub unsafe extern "C" fn fz_free(ctx: *mut fz_context, p: *mut c_void)

Free a previously allocated block of memory.

fz_free(ctx, NULL) does nothing.

Never throws exceptions.