Home | History | Annotate | Download | only in Objects

Lines Matching defs:lastfree

997     block *lastfree;
1023 *(block **)p = lastfree = pool->freeblock;
1025 if (lastfree) {