Home
last modified time | relevance | path

Searched refs:ZSTD_customFree (Results 1 – 5 of 5) sorted by relevance

/linux/lib/zstd/decompress/
H A Dzstd_ddict.c214 ZSTD_customFree(ddict->dictBuffer, cMem); in ZSTD_freeDDict()
215 ZSTD_customFree(ddict, cMem); in ZSTD_freeDDict()
H A Dzstd_decompress.c143 ZSTD_customFree((void*)oldTable, customMem); in ZSTD_DDictHashSet_expand()
180 ZSTD_customFree(ret, customMem); in ZSTD_createDDictHashSet()
194 ZSTD_customFree((void*)hashSet->ddictPtrTable, customMem); in ZSTD_freeDDictHashSet()
197 ZSTD_customFree(hashSet, customMem); in ZSTD_freeDDictHashSet()
321 ZSTD_customFree(dctx->inBuff, cMem); in ZSTD_freeDCtx()
327 ZSTD_customFree(dctx, cMem); in ZSTD_freeDCtx()
2153 ZSTD_customFree(zds->inBuff, zds->customMem); in ZSTD_decompressStream()
/linux/lib/zstd/common/
H A Dallocations.h46 MEM_STATIC void ZSTD_customFree(void* ptr, ZSTD_customMem customMem) in ZSTD_customFree() function
/linux/lib/zstd/compress/
H A Dzstd_cwksp.h598 ZSTD_customFree(ptr, customMem); in ZSTD_cwksp_free()
H A Dzstd_compress.c154 ZSTD_customFree(cctx->localDict.dictBuffer, cctx->customMem); in ZSTD_clearAllDicts()
184 if (!cctxInWorkspace) ZSTD_customFree(cctx, cctx->customMem); in ZSTD_freeCCtx()
344 ZSTD_customFree(params, params->customMem); in ZSTD_freeCCtxParams()
3462 ZSTD_customFree(dst, ZSTD_defaultCMem); in ZSTD_generateSequences()
5512 ZSTD_customFree(workspace, customMem); in ZSTD_createCDict_advanced_internal()
5625 ZSTD_customFree(cdict, cMem); in ZSTD_freeCDict()