Function mupdf_sys::fz_pool_size

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

The current size of the pool.

The number of bytes of storage currently allocated to the pool. This is the total of the storage used for the blocks making up the pool, rather then total of the allocated blocks so far, so it will increase in ‘lumps’. from the pool, then the pool size may still be X