customAlloc 112 lib/zstd/compress.c if (!customMem.customAlloc || !customMem.customFree) customAlloc 2849 lib/zstd/compress.c if (!customMem.customAlloc || !customMem.customFree) customAlloc 2986 lib/zstd/compress.c if (!customMem.customAlloc || !customMem.customFree) customAlloc 130 lib/zstd/decompress.c if (!customMem.customAlloc || !customMem.customFree) customAlloc 2042 lib/zstd/decompress.c if (!customMem.customAlloc || !customMem.customFree) customAlloc 2196 lib/zstd/decompress.c if (!customMem.customAlloc || !customMem.customFree) customAlloc 69 lib/zstd/zstd_common.c void *ZSTD_malloc(size_t size, ZSTD_customMem customMem) { return customMem.customAlloc(customMem.opaque, size); } customAlloc 220 lib/zstd/zstd_internal.h ZSTD_allocFunction customAlloc;