Home | History | Annotate | Download | only in src

Lines Matching refs:top_

1446       top_(NULL),
1468 FreeListNode** GetTopAddress() { return &top_; }
1469 FreeListNode* top() const { return top_; }
1470 void set_top(FreeListNode* top) { top_ = top; }
1488 FreeListNode* top_;