Searched refs:kMaxConsecutiveAllocs (Results 1 – 1 of 1) sorted by relevance
951 static constexpr size_t kMaxConsecutiveAllocs = 100; in TestAllocateType() local954 Type* types[kMaxConsecutiveAllocs]; in TestAllocateType()955 for (size_t i = 0; i < kMaxConsecutiveAllocs; i++) { in TestAllocateType()962 for (size_t i = 0; i < kMaxConsecutiveAllocs; i++) { in TestAllocateType()967 for (size_t i = 0; i < kMaxConsecutiveAllocs; i++) { in TestAllocateType()975 for (size_t i = 0; i < kMaxConsecutiveAllocs; i++) { in TestAllocateType()980 std::vector<Type> type_vector(kMaxConsecutiveAllocs); in TestAllocateType()