Searched refs:kMaxConsecutiveAllocs (Results 1 – 1 of 1) sorted by relevance
814 static constexpr size_t kMaxConsecutiveAllocs = 100; in TestAllocateType() local817 Type* types[kMaxConsecutiveAllocs]; in TestAllocateType()818 for (size_t i = 0; i < kMaxConsecutiveAllocs; i++) { in TestAllocateType()825 for (size_t i = 0; i < kMaxConsecutiveAllocs; i++) { in TestAllocateType()830 for (size_t i = 0; i < kMaxConsecutiveAllocs; i++) { in TestAllocateType()838 for (size_t i = 0; i < kMaxConsecutiveAllocs; i++) { in TestAllocateType()843 std::vector<Type> type_vector(kMaxConsecutiveAllocs); in TestAllocateType()