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

/external/python/cpython2/Objects/
H A Dobmalloc.c284 struct pool_header *nextpool; /* next pool of this size class */ member in struct:pool_header
378 same size class via the pool_header's nextpool and prevpool members.
385 It's not linked to from anything then anymore, and its nextpool and
394 via its nextpool member. The prevpool member has no meaning in this case.
426 poolp entry, the nextpool and prevpool members of a pool_header. The
432 nextpool and prevpool members. The "- 2*sizeof(block *)" gibberish is
433 compensating for that a pool_header's nextpool and prevpool members
442 pointer, then p->nextpool and p->prevpool are both p (meaning that the headed
823 if (pool != pool->nextpool) {
848 next = pool->nextpool;
[all...]

Completed in 163 milliseconds