Home | History | Annotate | Download | only in src

Lines Matching refs:top_

564   // Chunks_, free_chunk_ids_ and top_ act as a stack of free chunk ids.
568 static int top_;
573 static bool OutOfChunkIds() { return top_ == 0; }