Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()