Searched refs:kMaxConsecutiveAllocs (Results 1 – 1 of 1) sorted by relevance
950 static constexpr size_t kMaxConsecutiveAllocs = 100; in TestAllocateType() local953 Type* types[kMaxConsecutiveAllocs]; in TestAllocateType()954 for (size_t i = 0; i < kMaxConsecutiveAllocs; i++) { in TestAllocateType()961 for (size_t i = 0; i < kMaxConsecutiveAllocs; i++) { in TestAllocateType()966 for (size_t i = 0; i < kMaxConsecutiveAllocs; i++) { in TestAllocateType()974 for (size_t i = 0; i < kMaxConsecutiveAllocs; i++) { in TestAllocateType()979 std::vector<Type> type_vector(kMaxConsecutiveAllocs); in TestAllocateType()