Searched refs:allocatedSize (Results 1 – 10 of 10) sorted by relevance
67 if (FreeMB.Free.allocatedSize() >= RequiredSize) { in allocateSection()69 uintptr_t EndOfBlock = Addr + FreeMB.Free.allocatedSize(); in allocateSection()127 uintptr_t EndOfBlock = Addr + MB.allocatedSize(); in allocateSection()188 size_t TrimmedSize = M.allocatedSize(); in trimBlockToPageSize()196 assert((Trimmed.allocatedSize() % PageSize) == 0); in trimBlockToPageSize()198 Trimmed.allocatedSize() <= M.allocatedSize()); in trimBlockToPageSize()222 return FreeMB.Free.allocatedSize() == 0; in applyMemoryGroupPermissions()231 Block.allocatedSize()); in invalidateInstructionCache()
34 MemoryBlock(void *addr, size_t allocatedSize) in MemoryBlock() argument35 : Address(addr), AllocatedSize(allocatedSize) {} in MemoryBlock()39 size_t allocatedSize() const { return AllocatedSize; } in allocatedSize() function156 size_t allocatedSize() const { return M.allocatedSize(); } in allocatedSize() function
32 SegBlocks[Seg].allocatedSize()}; in allocate()49 KV.second.allocatedSize()); in allocate()69 Block.allocatedSize()); in allocate()116 assert(SlabRemaining.allocatedSize() >= SegmentSize && in allocate()121 SlabRemaining.allocatedSize() - SegmentSize); in allocate()
46 << (void *)((char *)MB.base() + MB.allocatedSize()) << " ] (" in operator <<()47 << MB.allocatedSize() << " bytes)"; in operator <<()
362 HostSegBlocks[Seg].allocatedSize()}; in getWorkingMemory()412 char *SlabAddrEnd = SlabAddr + HostAllocation.allocatedSize(); in allocateHostBlocks()440 TargetSegmentAddr = Client.reserveMem(Id, HostAllocation.allocatedSize(), in allocateTargetBlocks()449 size_t TargetAllocSize = KV.second.allocatedSize(); in allocateTargetBlocks()457 HostAllocation.allocatedSize() && in allocateTargetBlocks()474 size_t TargetAllocSize = TargetBlock.allocatedSize(); in copyAndProtect()
48 static_cast<uint64_t>(TargetMem.allocatedSize())); in registerDebugObject()
674 AlreadyAllocated[LoadAddr] = (*Tmp)->MB.allocatedSize(); in remapSectionsAndSymbols()698 if (NextSectionAddr + CurEntry->MB.allocatedSize() + TargetSectionSep <= in remapSectionsAndSymbols()705 AlreadyAllocated[NextSectionAddr] = CurEntry->MB.allocatedSize(); in remapSectionsAndSymbols()
124 NearBlock->allocatedSize()
116 NearBlock->allocatedSize() : 0;
539 memset(MB.base(), 0, MB.allocatedSize()); in reserveMemory()