Searched refs:ISzAllocPtr (Results 1 – 1 of 1) sorted by relevance
104 alloc.Alloc = [](ISzAllocPtr, size_t size) { return malloc(size); }; in XzDecompress() argument105 alloc.Free = [](ISzAllocPtr, void* ptr) { return free(ptr); }; in XzDecompress() argument