Function zstd_sys::ZSTD_estimateCCtxSize [] [src]

pub unsafe extern "C" fn ZSTD_estimateCCtxSize(
    cParams: ZSTD_compressionParameters
) -> usize

ZSTD_estimateCCtxSize() : * Gives the amount of memory allocated for a ZSTD_CCtx given a set of compression parameters. * frameContentSize is an optional parameter, provide 0 if unknown