Searched defs:allocator (Results 1 – 2 of 2) sorted by relevance
169 ZSTD_customMem const allocator = { NULL, NULL, NULL }; in ZSTD_createDDict() local179 ZSTD_customMem const allocator = { NULL, NULL, NULL }; in ZSTD_createDDict_byReference() local
192 #define DEFINE_ALLOC_SIZE_TEST_PAIR(allocator) \ argument