Home
last modified time | relevance | path

Searched refs:kMaxConsecutiveAllocs (Results 1 – 1 of 1) sorted by relevance

/bionic/tests/
Dmalloc_test.cpp950 static constexpr size_t kMaxConsecutiveAllocs = 100; in TestAllocateType() local
953 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()