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

/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A DMachOLayout.hpp196 virtual uint64_t getVMSize() const { return fVMSize; }
234 uint64_t fVMSize; member in class:MachOLayout
611 fVMSize = 0;
639 fVMSize = (highSegment->address() + highSegment->size() - fLowSegment->address() + 4095) & (-4096);

Completed in 88 milliseconds