Searched refs:nextpool (Results 1 – 2 of 2) sorted by relevance
284 struct pool_header *nextpool; /* next pool of this size class */ member823 if (pool != pool->nextpool) { in PyObject_Malloc()848 next = pool->nextpool; in PyObject_Malloc()851 pool->nextpool = next; in PyObject_Malloc()881 usable_arenas->freepools = pool->nextpool; in PyObject_Malloc()918 pool->nextpool = next; in PyObject_Malloc()920 next->nextpool = pool; in PyObject_Malloc()1042 next = pool->nextpool; in PyObject_Free()1045 prev->nextpool = next; in PyObject_Free()1051 pool->nextpool = ao->freepools; in PyObject_Free()[all …]
901 struct pool_header *nextpool; /* next pool of this size class */ member1409 if (pool != pool->nextpool) { in pymalloc_alloc()1434 next = pool->nextpool; in pymalloc_alloc()1437 pool->nextpool = next; in pymalloc_alloc()1464 usable_arenas->freepools = pool->nextpool; in pymalloc_alloc()1502 pool->nextpool = next; in pymalloc_alloc()1504 next->nextpool = pool; in pymalloc_alloc()1659 pool->nextpool = next; in pymalloc_free()1662 prev->nextpool = pool; in pymalloc_free()1681 next = pool->nextpool; in pymalloc_free()[all …]