Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dobmalloc.c1005 struct pool_header* freepools; member
1618 arenaobj->freepools = NULL; in new_arena()
1804 poolp pool = usable_arenas->freepools; in allocate_from_new_pool()
1807 usable_arenas->freepools = pool->nextpool; in allocate_from_new_pool()
1811 assert(usable_arenas->freepools == NULL); in allocate_from_new_pool()
1827 assert(usable_arenas->freepools != NULL || in allocate_from_new_pool()
1836 assert(usable_arenas->freepools == NULL); in allocate_from_new_pool()
2012 pool->nextpool = ao->freepools; in insert_to_freepool()
2013 ao->freepools = pool; in insert_to_freepool()
2983 assert(pool_is_in_list(p, arenas[i].freepools)); in _PyObject_DebugMallocStats()