Searched refs:NearBlock (Results 1 – 5 of 5) sorted by relevance
71 const MemoryBlock *const NearBlock,92 uintptr_t Start = NearBlock ? reinterpret_cast<uintptr_t>(NearBlock->base()) +93 NearBlock->size()97 // round up to get beyond NearBlock. VirtualAlloc would have rounded down.107 if (NearBlock) {108 // Try again without the NearBlock hint
88 const MemoryBlock *const NearBlock,115 uintptr_t Start = NearBlock ? reinterpret_cast<uintptr_t>(NearBlock->base()) +116 NearBlock->size() : 0;123 if (NearBlock) //Try again without a near hint
244 size_t NumBytes, const sys::MemoryBlock *const NearBlock, in allocateMappedMemory() argument246 return sys::Memory::allocateMappedMemory(NumBytes, NearBlock, Flags, EC); in allocateMappedMemory()
79 const MemoryBlock *const NearBlock,
76 const sys::MemoryBlock *const NearBlock,