Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dobmalloc.c1743 struct arena_object* lastnf = nfp2lasta[nf]; in pymalloc_free() local
1744 assert((nf == 0 && lastnf == NULL) || in pymalloc_free()
1746 lastnf != NULL && in pymalloc_free()
1747 lastnf->nfreepools == nf && in pymalloc_free()
1748 (lastnf->nextarena == NULL || in pymalloc_free()
1749 nf < lastnf->nextarena->nfreepools))); in pymalloc_free()
1750 if (lastnf == ao) { /* it is the rightmost */ in pymalloc_free()
1841 if (ao == lastnf) { in pymalloc_free()
1867 ao->prevarena = lastnf; in pymalloc_free()
1868 ao->nextarena = lastnf->nextarena; in pymalloc_free()
[all …]