Home
last modified time | relevance | path

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

/u-boot/lib/zstd/
A Dzstd_common.c60 void *ZSTD_malloc(size_t size, ZSTD_customMem customMem) { return customMem.customAlloc(customMem.o… in ZSTD_malloc()
A Dzstd_internal.h210 ZSTD_allocFunction customAlloc; member
A Ddecompress.c121 if (!customMem.customAlloc || !customMem.customFree) in ZSTD_createDCtx_advanced()
2032 if (!customMem.customAlloc || !customMem.customFree) in ZSTD_createDDict_advanced()
2186 if (!customMem.customAlloc || !customMem.customFree) in ZSTD_createDStream_advanced()

Completed in 11 milliseconds