Searched refs:nfp2lasta (Results 1 – 3 of 3) sorted by relevance
1227 static struct arena_object* nfp2lasta[MAX_POOLS_IN_ARENA + 1] = { NULL }; variable1782 assert(nfp2lasta[usable_arenas->nfreepools] == NULL); in allocate_from_new_pool()1783 nfp2lasta[usable_arenas->nfreepools] = usable_arenas; in allocate_from_new_pool()1793 if (nfp2lasta[usable_arenas->nfreepools] == usable_arenas) { in allocate_from_new_pool()1795 nfp2lasta[usable_arenas->nfreepools] = NULL; in allocate_from_new_pool()1799 assert(nfp2lasta[usable_arenas->nfreepools - 1] == NULL); in allocate_from_new_pool()1800 nfp2lasta[usable_arenas->nfreepools - 1] = usable_arenas; in allocate_from_new_pool()2019 struct arena_object* lastnf = nfp2lasta[nf]; in insert_to_freepool()2028 nfp2lasta[nf] = (p != NULL && p->nfreepools == nf) ? p : NULL; in insert_to_freepool()2108 if (nfp2lasta[1] == NULL) { in insert_to_freepool()[all …]
13 Objects/obmalloc.c:nfp2lasta static struct arena_object* nfp2la…
2895 Objects/obmalloc.c - nfp2lasta -