Home
last modified time | relevance | path

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

/linux-4.19.296/lib/zstd/
Dzstd_common.c74 customMem.customFree(customMem.opaque, ptr); in ZSTD_free()
Dzstd_internal.h221 ZSTD_freeFunction customFree; member
Ddecompress.c130 if (!customMem.customAlloc || !customMem.customFree) in ZSTD_createDCtx_advanced()
2041 if (!customMem.customAlloc || !customMem.customFree) in ZSTD_createDDict_advanced()
2195 if (!customMem.customAlloc || !customMem.customFree) in ZSTD_createDStream_advanced()
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()