Searched refs:Freelist (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_segmented_array.h170 Segment *Freelist; member in class:__xray::Array
207 // the Freelist, to see whether we need to actually allocate new blocks or
209 if (Freelist != &SentinelSegment) {
212 // Freelist: @S@<-f0->...<->fN->@S@
213 // ^ Freelist
215 // We want to perform a splice of `f0` from Freelist to a temporary list,
222 DCHECK_EQ(Freelist->Prev, &SentinelSegment);
226 // SFS = Freelist
227 // Freelist = succ(Freelist)
[all...]

Completed in 46 milliseconds