Home
last modified time | relevance | path

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

/aosp12/bionic/tests/
H A Dmalloc_test.cpp814 static constexpr size_t kMaxConsecutiveAllocs = 100; in TestAllocateType() local
817 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()