Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dobmalloc.c1237 nfp2lasta[nfp] returns the last ("rightmost") arena in usable_arenas
1257 /* nfp2lasta[nfp] is the last arena in usable_arenas with nfp free pools */
1258 static struct arena_object* nfp2lasta[MAX_POOLS_IN_ARENA + 1] = { NULL }; variable
1829 assert(nfp2lasta[usable_arenas->nfreepools] == NULL); in allocate_from_new_pool()
1830 nfp2lasta[usable_arenas->nfreepools] = usable_arenas; in allocate_from_new_pool()
1840 if (nfp2lasta[usable_arenas->nfreepools] == usable_arenas) { in allocate_from_new_pool()
1842 nfp2lasta[usable_arenas->nfreepools] = NULL; in allocate_from_new_pool()
1846 assert(nfp2lasta[usable_arenas->nfreepools - 1] == NULL); in allocate_from_new_pool()
1847 nfp2lasta[usable_arenas->nfreepools - 1] = usable_arenas; in allocate_from_new_pool()
2063 * nfp2lasta[n in insert_to_freepool()
[all...]

Completed in 4 milliseconds