pub type extent_destroy_t = unsafe extern "C" fn(_: *mut extent_hooks_s, _: *mut c_void, _: usize, _: bool, _: u32);
Expand description
Extent destruction function.
Unconditionally destroys an extent at given addr
and size
with
committed
/decommited memory as indicated, on behalf of arena arena_ind
.
This function may be called to destroy retained extents during arena
destruction (see arena.<i>.destroy
).