Home | History | Annotate | Download | only in heap

Lines Matching refs:categories_

344       // FreeListCategory categories_[kNumberOfCategories]
639 FreeListCategory categories_[kNumberOfCategories];
720 callback(&categories_[i]);
752 return &categories_[type];
1717 FreeListCategory* current = categories_[type];
1745 : current_(free_list->categories_[type]) {}
1817 FreeListCategory* top(FreeListCategoryType type) { return categories_[type]; }
1821 FreeListCategory* categories_[kNumberOfCategories];