Searched defs:cMem (Results 1 – 7 of 7) sorted by relevance
| /external/zstd/lib/compress/ |
| D | zstdmt_compress.c | 101 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 …]
|
| D | zstd_compress.c | 3796 { ZSTD_customMem const cMem = cdict->customMem; in ZSTD_freeCDict() local
|
| /external/zstd/lib/decompress/ |
| D | zstd_ddict.c | 43 ZSTD_customMem cMem; member 215 { ZSTD_customMem const cMem = ddict->cMem; in ZSTD_freeDDict() local
|
| D | zstd_decompress.c | 173 { ZSTD_customMem const cMem = dctx->customMem; in ZSTD_freeDCtx() local
|
| /external/zstd/programs/ |
| D | benchzstd.h | 54 size_t cMem; /* memory usage during compression */ member
|
| /external/zstd/tests/ |
| D | fuzzer.c | 209 ZSTD_customMem const cMem = { FUZ_mallocDebug, FUZ_freeDebug, &malcount }; in FUZ_mallocTests_internal() local 222 ZSTD_customMem const cMem = { FUZ_mallocDebug, FUZ_freeDebug, &malcount }; in FUZ_mallocTests_internal() local 241 ZSTD_customMem const cMem = { FUZ_mallocDebug, FUZ_freeDebug, &malcount }; in FUZ_mallocTests_internal() local 259 ZSTD_customMem const cMem = { FUZ_mallocDebug, FUZ_freeDebug, &malcount }; in FUZ_mallocTests_internal() local
|
| D | paramgrill.c | 294 U32 cMem; /* bytes */ member
|