Home
last modified time | relevance | path

Searched refs:cMem (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/lib/zstd/decompress/
Dzstd_ddict.c40 ZSTD_customMem cMem; member
127 void* const internalBuffer = ZSTD_customMalloc(dictSize, ddict->cMem); in ZSTD_initDDict_internal()
151 ddict->cMem = customMem; in ZSTD_createDDict_advanced()
212 { ZSTD_customMem const cMem = ddict->cMem; in ZSTD_freeDDict() local
213 ZSTD_customFree(ddict->dictBuffer, cMem); in ZSTD_freeDDict()
214 ZSTD_customFree(ddict, cMem); in ZSTD_freeDDict()
Dzstd_decompress.c310 { ZSTD_customMem const cMem = dctx->customMem; in ZSTD_freeDCtx() local
312 ZSTD_customFree(dctx->inBuff, cMem); in ZSTD_freeDCtx()
315 ZSTD_freeDDictHashSet(dctx->ddictSet, cMem); in ZSTD_freeDCtx()
318 ZSTD_customFree(dctx, cMem); in ZSTD_freeDCtx()
/linux-6.1.9/lib/zstd/compress/
Dzstd_compress.c3761 { ZSTD_customMem const cMem = cdict->customMem; in ZSTD_freeCDict() local
3763 ZSTD_cwksp_free(&cdict->workspace, cMem); in ZSTD_freeCDict()
3765 ZSTD_customFree(cdict, cMem); in ZSTD_freeCDict()