Searched refs:ZSTD_customFree (Results 1 – 5 of 5) sorted by relevance
| /linux/lib/zstd/decompress/ |
| H A D | zstd_ddict.c | 214 ZSTD_customFree(ddict->dictBuffer, cMem); in ZSTD_freeDDict() 215 ZSTD_customFree(ddict, cMem); in ZSTD_freeDDict()
|
| H A D | zstd_decompress.c | 143 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 D | allocations.h | 46 MEM_STATIC void ZSTD_customFree(void* ptr, ZSTD_customMem customMem) in ZSTD_customFree() function
|
| /linux/lib/zstd/compress/ |
| H A D | zstd_cwksp.h | 598 ZSTD_customFree(ptr, customMem); in ZSTD_cwksp_free()
|
| H A D | zstd_compress.c | 154 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()
|