Home
last modified time | relevance | path

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

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