Home
last modified time | relevance | path

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

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