Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dobmalloc.c1045 * doubly-linked `usable_arenas` list, which is maintained in
1215 usable_arenas
1229 Changed in Python 3.8: keeping usable_arenas sorted by number of free pools
1237 nfp2lasta[nfp] returns the last ("rightmost") arena in usable_arenas
1239 nfp free pools in usable_arenas.
1255 static struct arena_object* usable_arenas = NULL; variable
1257 /* nfp2lasta[nfp] is the last arena in usable_arenas with nfp free pools */
1576 * `usable_arenas` to the return value.
1621 assert(usable_arenas == NULL); in new_arena()
1817 if (UNLIKELY(usable_arenas in allocate_from_new_pool()
[all...]

Completed in 3 milliseconds