Home | History | Annotate | Download | only in heap

Lines Matching defs:type_

137   static const int kSize = kIntSize +      // FreeListCategoryType type_
138 kIntSize + // padding for type_
145 : type_(kInvalidCategory),
152 type_ = type;
210 // |type_|: The type of this free list category.
211 FreeListCategoryType type_;