Home
last modified time | relevance | path

Searched refs:num_stored_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.cpp38 const int num_stored_allocs = alloc_stats.count; in test() local
41 assert(alloc_stats.count == 1 + num_stored_allocs); in test()
45 assert(alloc_stats.count == num_stored_allocs); in test()
49 assert(alloc_stats.count == num_stored_allocs * 2); in test()
51 assert(alloc_stats.moved == num_stored_allocs); in test()