Lines Matching defs:nfp2lasta
1237 nfp2lasta[nfp] returns the last ("rightmost") arena in usable_arenas
1257 /* nfp2lasta[nfp] is the last arena in usable_arenas with nfp free pools */
1258 static struct arena_object* nfp2lasta[MAX_POOLS_IN_ARENA + 1] = { NULL };
1829 assert(nfp2lasta[usable_arenas->nfreepools] == NULL);
1830 nfp2lasta[usable_arenas->nfreepools] = usable_arenas;
1840 if (nfp2lasta[usable_arenas->nfreepools] == usable_arenas) {
1842 nfp2lasta[usable_arenas->nfreepools] = NULL;
1846 assert(nfp2lasta[usable_arenas->nfreepools - 1] == NULL);
1847 nfp2lasta[usable_arenas->nfreepools - 1] = usable_arenas;
2063 * nfp2lasta[nf] needs to change. Caution: if nf is 0, there
2066 struct arena_object* lastnf = nfp2lasta[nf];
2075 nfp2lasta[nf] = (p != NULL && p->nfreepools == nf) ? p : NULL;
2155 if (nfp2lasta[1] == NULL) {
2156 nfp2lasta[1] = ao;
2170 if (nfp2lasta[nf] == NULL) {
2171 nfp2lasta[nf] = ao;