Home
last modified time | relevance | path

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

/linux-6.15/lib/zstd/common/
H A Dallocations.h49 if (customMem.customFree) in ZSTD_customFree()
50 customMem.customFree(customMem.opaque, ptr); in ZSTD_customFree()
/linux-6.15/drivers/block/zram/
H A Dbackend_zstd.c67 zp->custom_mem.customFree = zstd_custom_free; in zstd_setup_params()
/linux-6.15/lib/zstd/decompress/
H A Dzstd_ddict.c148 if ((!customMem.customAlloc) ^ (!customMem.customFree)) return NULL; in ZSTD_createDDict_advanced()
H A Dzstd_decompress.c286 if ((!customMem.customAlloc) ^ (!customMem.customFree)) return NULL; in ZSTD_createDCtx_internal()
/linux-6.15/include/linux/
H A Dzstd_lib.h1837 typedef struct { ZSTD_allocFunction customAlloc; ZSTD_freeFunction customFree; void* opaque; } ZSTD… member
/linux-6.15/lib/zstd/compress/
H A Dzstd_compress.c116 if ((!customMem.customAlloc) ^ (!customMem.customFree)) return NULL; in ZSTD_createCCtx_advanced()
327 if ((!customMem.customAlloc) ^ (!customMem.customFree)) return NULL; in ZSTD_createCCtxParams_advanced()
5498 if ((!customMem.customAlloc) ^ (!customMem.customFree)) return NULL; in ZSTD_createCDict_advanced_internal()
5558 if (!customMem.customAlloc ^ !customMem.customFree) return NULL; in ZSTD_createCDict_advanced2()