Home | History | Annotate | Download | only in Objects

Lines Matching defs:nextoffset

288     uint nextoffset;                    /* bytes to virgin block         */
289 uint maxnextoffset; /* largest valid nextoffset */
418 block is stored in the pool_header nextoffset member, and the largest value
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) {
841 pool->nextoffset;
842 pool->nextoffset += INDEX2SIZE(size);
941 pool->nextoffset = POOL_OVERHEAD + (size << 1);