Searched refs:SegmentSize (Results 1 – 7 of 7) sorted by relevance
114 uint64_t SegmentSize = alignTo(Seg.getContentSize() + Seg.getZeroFillSize(), in allocate() local116 assert(SlabRemaining.allocatedSize() >= SegmentSize && in allocate()119 sys::MemoryBlock SegMem(SlabRemaining.base(), SegmentSize); in allocate()120 SlabRemaining = sys::MemoryBlock((char *)SlabRemaining.base() + SegmentSize, in allocate()121 SlabRemaining.allocatedSize() - SegmentSize); in allocate()
65 static constexpr uint64_t SegmentSize = nearest_boundary( variable68 using AllocatorType = Allocator<SegmentSize>;71 (SegmentSize - SegmentControlBlockSize) / next_pow2(sizeof(T));375 reinterpret_cast<unsigned char *>(Base) + SegmentSize); in AppendEmplace()407 reinterpret_cast<unsigned char *>(Tail) + SegmentSize); in Append()
363 uint32_t SegmentSize = 12; in emitLineTableForFunction() local364 SegmentSize += 8 * EntryCount; in emitLineTableForFunction()366 SegmentSize += 4 * EntryCount; in emitLineTableForFunction()367 OS.emitInt32(SegmentSize); in emitLineTableForFunction()
408 uint64_t SegmentSize = ZeroFillStart + Seg.getZeroFillSize(); in allocate() local411 SegmentSize = (SegmentSize + PageSize - 1) & ~(PageSize - 1); in allocate()417 if (SegmentSize > SlabRemainingSize) in allocate()421 sys::MemoryBlock SegMem(SlabBase, SegmentSize); in allocate()423 sys::MemoryBlock(reinterpret_cast<char *>(SlabBase) + SegmentSize, in allocate()424 SlabRemainingSize - SegmentSize); in allocate()
136 constexpr auto Segment = Array<TestData>::SegmentSize; in TEST()177 constexpr auto Segment = Array<TestData>::SegmentSize; in TEST()
419 uint64_t SegmentSize = Seg.getContentSize() + Seg.getZeroFillSize(); in allocateHostBlocks() local420 uint64_t AlignedSegmentSize = alignTo(SegmentSize, TargetPageSize); in allocateHostBlocks()
640 size_t SegmentSize = DataSegments[Index].Data.Content.size(); in parseLinkingSectionSymtab() local641 if (Offset > SegmentSize) in parseLinkingSectionSymtab()644 Twine(Offset) + " segment size: " + Twine(SegmentSize) + ")", in parseLinkingSectionSymtab()