Function mupdf_sys::fz_defer_reap_end[][src]

pub unsafe extern "C" fn fz_defer_reap_end(ctx: *mut fz_context)

Decrement the defer reap count.

If the defer reap count returns to 0, and the store has reapable objects in, a reap pass will begin.

Call this at the end of a process during which you potentially might drop many reapable objects.

It is vital that every fz_defer_reap_start is matched by a fz_defer_reap_end call.