Home
last modified time | relevance | path

Searched defs:cMem (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c101 ZSTD_customMem cMem; member
105 static ZSTDMT_bufferPool* ZSTDMT_createBufferPool(unsigned nbWorkers, ZSTD_customMem cMem) in ZSTDMT_createBufferPool()
170 { ZSTD_customMem const cMem = srcBufPool->cMem; in ZSTDMT_expandBufferPool() local
317 static ZSTDMT_seqPool* ZSTDMT_createSeqPool(unsigned nbWorkers, ZSTD_customMem cMem) in ZSTDMT_createSeqPool()
343 ZSTD_customMem cMem; member
360 ZSTD_customMem cMem) in ZSTDMT_createCCtxPool()
385 { ZSTD_customMem const cMem = srcPool->cMem; in ZSTDMT_expandCCtxPool() local
484 ZSTD_customMem cMem = params.customMem; in ZSTDMT_serialState_reset() local
547 ZSTD_customMem cMem = serialState->params.customMem; in ZSTDMT_serialState_free() local
828 ZSTD_customMem cMem; member
[all …]
H A Dzstd_compress.c3796 { ZSTD_customMem const cMem = cdict->customMem; in ZSTD_freeCDict() local
/dflybsd-src/contrib/zstd/lib/decompress/
H A Dzstd_ddict.c43 ZSTD_customMem cMem; member
215 { ZSTD_customMem const cMem = ddict->cMem; in ZSTD_freeDDict() local
H A Dzstd_decompress.c173 { ZSTD_customMem const cMem = dctx->customMem; in ZSTD_freeDCtx() local
/dflybsd-src/contrib/zstd/programs/
H A Dbenchzstd.h54 size_t cMem; /* memory usage during compression */ member