Searched refs:getPageSizeEstimate (Results 1 – 10 of 10) sorted by relevance
61 static unsigned getPageSizeEstimate() { in getPageSizeEstimate() function
169 sys::Process::getPageSizeEstimate(), nullptr, in grow() 175 (sys::Process::getPageSizeEstimate() - ORCABI::PointerSize) / in grow() 461 unsigned PageSize = sys::Process::getPageSizeEstimate();
347 MarkerAddr = ::mmap(NULL, sys::Process::getPageSizeEstimate(), in OpenMarker() 361 munmap(MarkerAddr, sys::Process::getPageSizeEstimate()); in CloseMarker()
108 static const size_t PageSize = Process::getPageSizeEstimate();166 static const Align PageSize = Align(Process::getPageSizeEstimate());
892 int mapped_file_region::alignment() { return Process::getPageSizeEstimate(); }
183 static const size_t PageSize = sys::Process::getPageSizeEstimate(); in trimBlockToPageSize()
38 sys::Process::getPageSizeEstimate()); in SelfExecutorProcessControl()
332 unsigned PageSize = sys::Process::getPageSizeEstimate(); in finalizeWorkingMemory()
471 static int PageSize = sys::Process::getPageSizeEstimate(); in getOpenFileImpl()
681 llvm::sys::Process::getPageSizeEstimate(); in ReadCStringFromMemory()