Function mupdf_sys::fz_pool_alloc

source ·
pub unsafe extern "C" fn fz_pool_alloc(
    ctx: *mut fz_context,
    pool: *mut fz_pool,
    size: usize
) -> *mut c_void
Expand description

Allocate a block of size bytes from the pool.