Searched refs:uncompressedDataBuffer (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp2677 uint8_t * uncompressedDataBuffer = 0; // do not free local
2694 (vm_offset_t*)&uncompressedDataBuffer, fullSize)) {
2714 uncompressedData = OSData::withBytesNoCopy(uncompressedDataBuffer, fullSize);
2750 zstream.next_out = uncompressedDataBuffer;

Completed in 79 milliseconds