Home
last modified time | relevance | path

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

/aosp_15_r20/bionic/tests/
H A Dmalloc_test.cpp951 static constexpr size_t kMaxConsecutiveAllocs = 100; in TestAllocateType() local
954 Type* types[kMaxConsecutiveAllocs]; in TestAllocateType()
955 for (size_t i = 0; i < kMaxConsecutiveAllocs; i++) { in TestAllocateType()
962 for (size_t i = 0; i < kMaxConsecutiveAllocs; i++) { in TestAllocateType()
967 for (size_t i = 0; i < kMaxConsecutiveAllocs; i++) { in TestAllocateType()
975 for (size_t i = 0; i < kMaxConsecutiveAllocs; i++) { in TestAllocateType()
980 std::vector<Type> type_vector(kMaxConsecutiveAllocs); in TestAllocateType()