Searched refs:ZSTD_customFree (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/lib/zstd/common/ |
D | zstd_common.c | 81 void ZSTD_customFree(void* ptr, ZSTD_customMem customMem) in ZSTD_customFree() function 90 EXPORT_SYMBOL_GPL(ZSTD_customFree);
|
D | zstd_internal.h | 400 void ZSTD_customFree(void* ptr, ZSTD_customMem customMem);
|
/linux-6.1.9/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 | 141 ZSTD_customFree((void*)oldTable, customMem); in ZSTD_DDictHashSet_expand() 178 ZSTD_customFree(ret, customMem); in ZSTD_createDDictHashSet() 192 ZSTD_customFree((void*)hashSet->ddictPtrTable, customMem); in ZSTD_freeDDictHashSet() 195 ZSTD_customFree(hashSet, customMem); in ZSTD_freeDDictHashSet() 312 ZSTD_customFree(dctx->inBuff, cMem); in ZSTD_freeDCtx() 318 ZSTD_customFree(dctx, cMem); in ZSTD_freeDCtx() 1948 ZSTD_customFree(zds->inBuff, zds->customMem); in ZSTD_decompressStream()
|
/linux-6.1.9/lib/zstd/compress/ |
D | zstd_cwksp.h | 425 ZSTD_customFree(ptr, customMem); in ZSTD_cwksp_free()
|
D | zstd_compress.c | 132 ZSTD_customFree(cctx->localDict.dictBuffer, cctx->customMem); in ZSTD_clearAllDicts() 163 ZSTD_customFree(cctx, cctx->customMem); in ZSTD_freeCCtx() 245 ZSTD_customFree(params, params->customMem); in ZSTD_freeCCtxParams() 2548 ZSTD_customFree(dst, ZSTD_defaultCMem); in ZSTD_generateSequences() 3656 ZSTD_customFree(workspace, customMem); in ZSTD_createCDict_advanced_internal() 3765 ZSTD_customFree(cdict, cMem); in ZSTD_freeCDict()
|