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

/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A DMachORebaser.hpp200 uint64_t highestVMAddress = 0; local
204 if ( seg.address() > highestVMAddress )
205 highestVMAddress = seg.address();
207 return (((highestVMAddress - getBaseAddress()) + 4095) & (-4096));

Completed in 76 milliseconds