Searched refs:customAlloc (Results 1 – 3 of 3) sorted by relevance
59 void *ZSTD_malloc(size_t size, ZSTD_customMem customMem) { return customMem.customAlloc(customMem.o… in ZSTD_malloc()
210 ZSTD_allocFunction customAlloc; member
120 if (!customMem.customAlloc || !customMem.customFree) in ZSTD_createDCtx_advanced()2031 if (!customMem.customAlloc || !customMem.customFree) in ZSTD_createDDict_advanced()2185 if (!customMem.customAlloc || !customMem.customFree) in ZSTD_createDStream_advanced()