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

/external/python/cpython2/Objects/
H A Dobmalloc.c324 * doubly-linked `usable_arenas` list, which is maintained in
505 usable_arenas
533 static struct arena_object* usable_arenas = NULL; variable in typeref:struct:arena_object
554 * `usable_arenas` to the return value.
595 assert(usable_arenas == NULL);
859 if (usable_arenas == NULL) {
867 usable_arenas = new_arena();
868 if (usable_arenas == NULL) {
872 usable_arenas->nextarena =
873 usable_arenas
[all...]

Completed in 131 milliseconds