Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dobmalloc.c1005 struct pool_header *nextpool; /* next pool of this size class */ member
1088 same size class via the pool_header's nextpool and prevpool members.
1095 It's not linked to from anything then anymore, and its nextpool and
1104 via its nextpool member. The prevpool member has no meaning in this case.
1136 poolp entry, the nextpool and prevpool members of a pool_header. The
1142 nextpool and prevpool members. The "- 2*sizeof(block *)" gibberish is
1143 compensating for that a pool_header's nextpool and prevpool members
1152 pointer, then p->nextpool and p->prevpool are both p (meaning that the headed
1802 next = pool->nextpool; in pymalloc_pool_extend()
1805 pool->nextpool in pymalloc_pool_extend()
[all...]

Completed in 3 milliseconds