Home
last modified time | relevance | path

Searched refs:customFree (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-6.6/lib/zstd/common/
H A Dzstd_common.c78 if (customMem.customFree) in ZSTD_customFree()
79 customMem.customFree(customMem.opaque, ptr); in ZSTD_customFree()
/kernel/linux/linux-5.10/lib/zstd/
H A Dzstd_common.c74 customMem.customFree(customMem.opaque, ptr); in ZSTD_free()
H A Dzstd_internal.h231 ZSTD_freeFunction customFree; member
H A Ddecompress.c130 if (!customMem.customAlloc || !customMem.customFree) in ZSTD_createDCtx_advanced()
2042 if (!customMem.customAlloc || !customMem.customFree) in ZSTD_createDDict_advanced()
2196 if (!customMem.customAlloc || !customMem.customFree) in ZSTD_createDStream_advanced()
H A Dcompress.c112 if (!customMem.customAlloc || !customMem.customFree) in ZSTD_createCCtx_advanced()
2849 if (!customMem.customAlloc || !customMem.customFree) in ZSTD_createCDict_advanced()
2986 if (!customMem.customAlloc || !customMem.customFree) in ZSTD_createCStream_advanced()
/kernel/linux/linux-6.6/lib/zstd/decompress/
H A Dzstd_ddict.c147 if ((!customMem.customAlloc) ^ (!customMem.customFree)) return NULL; in ZSTD_createDDict_advanced()
H A Dzstd_decompress.c280 if ((!customMem.customAlloc) ^ (!customMem.customFree)) return NULL; in ZSTD_createDCtx_internal()
/kernel/linux/linux-6.6/include/linux/
H A Dzstd_lib.h1568 typedef struct { ZSTD_allocFunction customAlloc; ZSTD_freeFunction customFree; void* opaque; } ZSTD_customMem; member
/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_compress.c110 if ((!customMem.customAlloc) ^ (!customMem.customFree)) return NULL; in ZSTD_createCCtx_advanced()
295 if ((!customMem.customAlloc) ^ (!customMem.customFree)) return NULL; in ZSTD_createCCtxParams_advanced()
4729 if ((!customMem.customAlloc) ^ (!customMem.customFree)) return NULL; in ZSTD_createCDict_advanced_internal()
4787 if (!customMem.customAlloc ^ !customMem.customFree) return NULL; in ZSTD_createCDict_advanced2()

Completed in 30 milliseconds