Searched refs:lastfree (Results 1 – 5 of 5) sorted by relevance
300 t->lastfree = gnode(t, size); /* all positions are free */ in setnodevector()388 while (t->lastfree > t->node) { in getfreepos()389 t->lastfree--; in getfreepos()390 if (ttisnil(gkey(t->lastfree))) in getfreepos()391 return t->lastfree; in getfreepos()
567 Node *lastfree; /* any free position is before this position */ member
301 t->lastfree = gnode(t, size); /* all positions are free */ in setnodevector()389 while (t->lastfree > t->node) { in getfreepos()390 t->lastfree--; in getfreepos()391 if (ttisnil(gkey(t->lastfree))) in getfreepos()392 return t->lastfree; in getfreepos()
997 block *lastfree; in PyObject_Free() local1023 *(block **)p = lastfree = pool->freeblock; in PyObject_Free()1025 if (lastfree) { in PyObject_Free()