Home
last modified time | relevance | path

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

/bionic/tests/
Dmalloc_test.cpp1635 constexpr size_t kMaxAllocations = 1024; in TEST() local
1638 kMaxAllocations); in TEST()
1641 test_sizes, kMaxAllocations); in TEST()
1651 "posix_memalign", test_sizes, kMaxAllocations); in TEST()
1665 constexpr size_t kMaxAllocations = 20; in TEST() local
1668 kMaxAllocations); in TEST()
1671 test_sizes, kMaxAllocations); in TEST()
1681 "posix_memalign", test_sizes, kMaxAllocations); in TEST()
1699 constexpr size_t kMaxAllocations = 1024; in TEST() local
1703 std::vector<void*> ptrs(kMaxAllocations); in TEST()
[all …]