fz_pool_alloc

Function 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.