Lines Matching +full:16 +full:mb
45 Alignment = 16; in allocateSection()
104 sys::MemoryBlock MB = MMapper->allocateMappedMemory( in allocateSection() local
113 MemGroup.Near = MB; in allocateSection()
118 CodeMem.Near = MB; in allocateSection()
120 RODataMem.Near = MB; in allocateSection()
122 RWDataMem.Near = MB; in allocateSection()
125 MemGroup.AllocatedMem.push_back(MB); in allocateSection()
126 Addr = (uintptr_t)MB.base(); in allocateSection()
127 uintptr_t EndOfBlock = Addr + MB.allocatedSize(); in allocateSection()
138 if (FreeSize > 16) { in allocateSection()
206 for (sys::MemoryBlock &MB : MemGroup.PendingMem) in applyMemoryGroupPermissions()
207 if (std::error_code EC = MMapper->protectMappedMemory(MB, Permissions)) in applyMemoryGroupPermissions()