Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/lib/zstd/
H A Dzstd_common.c69 void *ZSTD_malloc(size_t size, ZSTD_customMem customMem) { return customMem.customAlloc(customMem.o… in ZSTD_malloc()
H A Dzstd_internal.h230 ZSTD_allocFunction customAlloc; 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()