Searched refs:nextpool (Results 1 – 1 of 1) sorted by relevance
974 struct pool_header *nextpool; /* next pool of this size class */ member1755 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 …]