Home
last modified time | relevance | path

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

/linux-6.1.9/lib/zstd/common/
Dzstd_common.c84 if (customMem.customFree) in ZSTD_customFree()
85 customMem.customFree(customMem.opaque, ptr); in ZSTD_customFree()
/linux-6.1.9/lib/zstd/decompress/
Dzstd_ddict.c147 if ((!customMem.customAlloc) ^ (!customMem.customFree)) return NULL; in ZSTD_createDDict_advanced()
Dzstd_decompress.c282 if ((!customMem.customAlloc) ^ (!customMem.customFree)) return NULL; in ZSTD_createDCtx_advanced()
/linux-6.1.9/include/linux/
Dzstd_lib.h1502 typedef struct { ZSTD_allocFunction customAlloc; ZSTD_freeFunction customFree; void* opaque; } ZSTD… member
/linux-6.1.9/lib/zstd/compress/
Dzstd_compress.c95 if ((!customMem.customAlloc) ^ (!customMem.customFree)) return NULL; in ZSTD_createCCtx_advanced()
228 if ((!customMem.customAlloc) ^ (!customMem.customFree)) return NULL; in ZSTD_createCCtxParams_advanced()
3643 if ((!customMem.customAlloc) ^ (!customMem.customFree)) return NULL; in ZSTD_createCDict_advanced_internal()
3701 if (!customMem.customAlloc ^ !customMem.customFree) return NULL; in ZSTD_createCDict_advanced2()