Home | History | Annotate | Download | only in heap

Lines Matching refs:categories_

2445     categories_[i] = nullptr;
2455 categories_[i] = nullptr;
2505 if (categories_[type] == nullptr) return nullptr;
2507 categories_[type]->TryPickNodeFromList(minimum_size, node_size);
2680 FreeListCategory* top = categories_[type];
2690 categories_[type] = category;
2696 FreeListCategory* top = categories_[type];
2700 categories_[type] = category->next();
2715 static_cast<void*>(categories_[type]), type);