Searched defs:highSeg (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/include/
H A Dprgc.h317 ** highSeg:
319 ** The lowSeg and highSeg members are used for a "quick test" of whether
355 PRWord *highSeg; /* higest segment in the GC heap */ member in struct:GCInfoStr
380 ((PRWord*)(_p) < (_info)->highSeg))
384 ** maintain: lowSeg == MIN(all segments) and highSeg == MAX(all segments).

Completed in 81 milliseconds