Searched refs:ISzAllocPtr (Results 1 – 2 of 2) sorted by relevance
650 alloc.Alloc = [](ISzAllocPtr, size_t size) { return malloc(size); }; in ReadBlocks() argument651 alloc.Free = [](ISzAllocPtr, void* ptr) { return free(ptr); }; in ReadBlocks() argument745 alloc.Alloc = [](ISzAllocPtr, size_t size) { return malloc(size); }; in Decompress() argument746 alloc.Free = [](ISzAllocPtr, void* ptr) { return free(ptr); }; in Decompress() argument
260 static void* xz_alloc(ISzAllocPtr, size_t size) { in xz_alloc() argument264 static void xz_free(ISzAllocPtr, void* address) { in xz_free() argument