Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dobmalloc.c2019 struct arena_object* lastnf = nfp2lasta[nf]; in insert_to_freepool() local
2020 assert((nf == 0 && lastnf == NULL) || in insert_to_freepool()
2022 lastnf != NULL && in insert_to_freepool()
2023 lastnf->nfreepools == nf && in insert_to_freepool()
2024 (lastnf->nextarena == NULL || in insert_to_freepool()
2025 nf < lastnf->nextarena->nfreepools))); in insert_to_freepool()
2026 if (lastnf == ao) { /* it is the rightmost */ in insert_to_freepool()
2127 if (ao == lastnf) { in insert_to_freepool()
2153 ao->prevarena = lastnf; in insert_to_freepool()
2154 ao->nextarena = lastnf->nextarena; in insert_to_freepool()
[all …]