Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/containers/container.requirements/container.requirements.general/
H A Dallocator_move.pass.cpp29 void test(int expected_num_allocs = 1) { in test() argument
36 assert(alloc_stats.count == expected_num_allocs); in test()