Searched refs:getPageSizeEstimate (Results 1 – 12 of 12) sorted by relevance
52 assert((SlabSize % sys::Process::getPageSizeEstimate()) == 0 && in allocate()77 if (!isPowerOf2_64((uint64_t)sys::Process::getPageSizeEstimate())) in allocate()91 if (Seg.getAlignment() > sys::Process::getPageSizeEstimate()) in allocate()96 TotalSize = alignTo(TotalSize, sys::Process::getPageSizeEstimate()); in allocate()115 sys::Process::getPageSizeEstimate()); in allocate()
282 NumStubsRequired, sys::Process::getPageSizeEstimate()); in handleEmitIndirectStubs()318 sys::Process::getPageSizeEstimate(), nullptr, in handleEmitTrampolineBlock()324 (sys::Process::getPageSizeEstimate() - TargetT::PointerSize) / in handleEmitTrampolineBlock()353 uint32_t PageSize = sys::Process::getPageSizeEstimate(); in handleGetRemoteInfo()
162 sys::Process::getPageSizeEstimate(), nullptr, in grow()168 (sys::Process::getPageSizeEstimate() - ORCABI::PointerSize) / in grow()456 unsigned PageSize = sys::Process::getPageSizeEstimate();
62 static unsigned getPageSizeEstimate() { in getPageSizeEstimate() function
348 MarkerAddr = ::mmap(NULL, sys::Process::getPageSizeEstimate(), in OpenMarker()362 munmap(MarkerAddr, sys::Process::getPageSizeEstimate()); in CloseMarker()
117 static const size_t PageSize = Process::getPageSizeEstimate();176 static const Align PageSize = Align(Process::getPageSizeEstimate());
869 return Process::getPageSizeEstimate();
183 static const size_t PageSize = sys::Process::getPageSizeEstimate(); in trimBlockToPageSize()
327 unsigned Alignment = sys::Process::getPageSizeEstimate(); in finalizeWorkingMemory()
436 static int PageSize = sys::Process::getPageSizeEstimate(); in getOpenFileImpl()
646 llvm::sys::Process::getPageSizeEstimate(); in ReadCStringFromMemory()
412 PageSize = sys::Process::getPageSizeEstimate(); in OrcRPCTPCServer()