Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dobmalloc.c2066 struct arena_object* lastnf = nfp2lasta[nf]; in insert_to_freepool() local
2067 assert((nf == 0 && lastnf == NULL) || in insert_to_freepool()
2069 lastnf != NULL && in insert_to_freepool()
2070 lastnf->nfreepools == nf && in insert_to_freepool()
2071 (lastnf->nextarena == NULL || in insert_to_freepool()
2072 nf < lastnf->nextarena->nfreepools))); in insert_to_freepool()
2073 if (lastnf == ao) { /* it is the rightmost */ in insert_to_freepool()
2174 if (ao == lastnf) { in insert_to_freepool()
2185 * to move to follow lastnf. in insert_to_freepool()
2199 /* And insert after lastnf in insert_to_freepool()
[all...]

Completed in 4 milliseconds