Searched refs:ISzAllocPtr (Results 1 – 2 of 2) sorted by relevance
125 alloc.Alloc = [](ISzAllocPtr, size_t size) { return malloc(size); }; in ReadBlocks() argument126 alloc.Free = [](ISzAllocPtr, void* ptr) { return free(ptr); }; in ReadBlocks() argument220 alloc.Alloc = [](ISzAllocPtr, size_t size) { return malloc(size); }; in Decompress() argument221 alloc.Free = [](ISzAllocPtr, void* ptr) { return free(ptr); }; in Decompress() argument
263 static void* xz_alloc(ISzAllocPtr, size_t size) { in xz_alloc() argument267 static void xz_free(ISzAllocPtr, void* address) { in xz_free() argument