Function zstd_sys::ZSTD_sizeof_CCtx

source ·
pub unsafe extern "C" fn ZSTD_sizeof_CCtx(
    cctx: *const ZSTD_CCtx
) -> usize
Expand description

ZSTD_sizeof_*() : Requires v1.4.0+ These functions give the current memory usage of selected object. Note that object memory usage can evolve (increase or decrease) over time.