Searched refs:kMaxAllocations (Results 1 – 1 of 1) sorted by relevance
1635 constexpr size_t kMaxAllocations = 1024; in TEST() local1638 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() local1668 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() local1703 std::vector<void*> ptrs(kMaxAllocations); in TEST()[all …]