Searched refs:ZSTD_customFree (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/lib/zstd/ |
D | zstd_common_module.c | 29 EXPORT_SYMBOL_GPL(ZSTD_customFree);
|
/linux-6.6.21/lib/zstd/decompress/ |
D | zstd_ddict.c | 213 ZSTD_customFree(ddict->dictBuffer, cMem); in ZSTD_freeDDict() 214 ZSTD_customFree(ddict, cMem); in ZSTD_freeDDict()
|
D | zstd_decompress.c | 140 ZSTD_customFree((void*)oldTable, customMem); in ZSTD_DDictHashSet_expand() 177 ZSTD_customFree(ret, customMem); in ZSTD_createDDictHashSet() 191 ZSTD_customFree((void*)hashSet->ddictPtrTable, customMem); in ZSTD_freeDDictHashSet() 194 ZSTD_customFree(hashSet, customMem); in ZSTD_freeDDictHashSet() 315 ZSTD_customFree(dctx->inBuff, cMem); in ZSTD_freeDCtx() 321 ZSTD_customFree(dctx, cMem); in ZSTD_freeDCtx() 2013 ZSTD_customFree(zds->inBuff, zds->customMem); in ZSTD_decompressStream()
|
/linux-6.6.21/lib/zstd/common/ |
D | zstd_common.c | 75 void ZSTD_customFree(void* ptr, ZSTD_customMem customMem) in ZSTD_customFree() function
|
D | zstd_internal.h | 350 void ZSTD_customFree(void* ptr, ZSTD_customMem customMem);
|
/linux-6.6.21/lib/zstd/compress/ |
D | zstd_cwksp.h | 520 ZSTD_customFree(ptr, customMem); in ZSTD_cwksp_free()
|
D | zstd_compress.c | 147 ZSTD_customFree(cctx->localDict.dictBuffer, cctx->customMem); in ZSTD_clearAllDicts() 178 ZSTD_customFree(cctx, cctx->customMem); in ZSTD_freeCCtx() 312 ZSTD_customFree(params, params->customMem); in ZSTD_freeCCtxParams() 2884 ZSTD_customFree(dst, ZSTD_defaultCMem); in ZSTD_generateSequences() 4742 ZSTD_customFree(workspace, customMem); in ZSTD_createCDict_advanced_internal() 4854 ZSTD_customFree(cdict, cMem); in ZSTD_freeCDict()
|