OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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 32 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025