Home | History | Annotate | Download | only in Objects

Lines Matching refs:maxnextoffset

289     uint maxnextoffset;                 /* largest valid nextoffset      */
419 of nextoffset that makes sense is stored in the maxnextoffset member when a
421 once when and only when nextoffset > maxnextoffset.
838 if (pool->nextoffset <= pool->maxnextoffset) {
942 pool->maxnextoffset = POOL_SIZE - size;