HomeSort by: relevance | last modified time | path
    Searched defs:Freelist (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_segmented_array.h 169 // Here we keep track of segments in the freelist, to allow us to re-use
171 Segment *Freelist;
208 // the Freelist, to see whether we need to actually allocate new blocks or
210 if (Freelist != &SentinelSegment) {
213 // Freelist: @S@<-f0->...<->fN->@S@
214 // ^ Freelist
216 // We want to perform a splice of `f0` from Freelist to a temporary list,
223 DCHECK_EQ(Freelist->Prev, &SentinelSegment);
227 // SFS = Freelist
228 // Freelist = succ(Freelist
    [all...]
xray_segmented_array.h 169 // Here we keep track of segments in the freelist, to allow us to re-use
171 Segment *Freelist;
208 // the Freelist, to see whether we need to actually allocate new blocks or
210 if (Freelist != &SentinelSegment) {
213 // Freelist: @S@<-f0->...<->fN->@S@
214 // ^ Freelist
216 // We want to perform a splice of `f0` from Freelist to a temporary list,
223 DCHECK_EQ(Freelist->Prev, &SentinelSegment);
227 // SFS = Freelist
228 // Freelist = succ(Freelist
    [all...]
xray_segmented_array.h 169 // Here we keep track of segments in the freelist, to allow us to re-use
171 Segment *Freelist;
208 // the Freelist, to see whether we need to actually allocate new blocks or
210 if (Freelist != &SentinelSegment) {
213 // Freelist: @S@<-f0->...<->fN->@S@
214 // ^ Freelist
216 // We want to perform a splice of `f0` from Freelist to a temporary list,
223 DCHECK_EQ(Freelist->Prev, &SentinelSegment);
227 // SFS = Freelist
228 // Freelist = succ(Freelist
    [all...]

Completed in 31 milliseconds