Searched refs:kMaxConsecutiveAllocs (Results 1 – 1 of 1) sorted by relevance
792 static constexpr size_t kMaxConsecutiveAllocs = 100; in TestAllocateType() local795 Type* types[kMaxConsecutiveAllocs]; in TestAllocateType()796 for (size_t i = 0; i < kMaxConsecutiveAllocs; i++) { in TestAllocateType()803 for (size_t i = 0; i < kMaxConsecutiveAllocs; i++) { in TestAllocateType()808 for (size_t i = 0; i < kMaxConsecutiveAllocs; i++) { in TestAllocateType()816 for (size_t i = 0; i < kMaxConsecutiveAllocs; i++) { in TestAllocateType()821 std::vector<Type> type_vector(kMaxConsecutiveAllocs); in TestAllocateType()