Home
last modified time | relevance | path

Searched defs:lastfree (Results 1 – 4 of 4) sorted by relevance

/external/lua/src/
Dltable.c486 Node *lastfree = t1->lastfree; in exchangehashpart() local
Dlobject.h719 Node *lastfree; /* any free position is before this position */ member
/external/python/cpython2/Objects/
Dobmalloc.c997 block *lastfree; in PyObject_Free() local
/external/python/cpython3/Objects/
Dobmalloc.c1878 block *lastfree = pool->freeblock; in pymalloc_free() local