Home
last modified time | relevance | path

Searched refs:SegmentBlock (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/compiler-rt/lib/xray/ !
H A Dxray_segmented_array.h251 auto SegmentBlock = Alloc->Allocate(); in NewSegment() local
252 if (SegmentBlock.Data == nullptr) in NewSegment()
256 new (SegmentBlock.Data) Segment{&SentinelSegment, &SentinelSegment, {0}}; in NewSegment()
257 auto SB = reinterpret_cast<Segment *>(SegmentBlock.Data); in NewSegment()