Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dobmalloc.c974 struct pool_header *nextpool; /* next pool of this size class */ member
1755 next = pool->nextpool; in pymalloc_pool_extend()
1758 pool->nextpool = next; in pymalloc_pool_extend()
1807 usable_arenas->freepools = pool->nextpool; in allocate_from_new_pool()
1862 pool->nextpool = next; in allocate_from_new_pool()
1864 next->nextpool = pool; in allocate_from_new_pool()
1923 if (LIKELY(pool != pool->nextpool)) { in pymalloc_alloc()
1994 pool->nextpool = next; in insert_to_usedpool()
1997 prev->nextpool = pool; in insert_to_usedpool()
2003 poolp next = pool->nextpool; in insert_to_freepool()
[all …]