Home
last modified time | relevance | path

Searched defs:alloc_stats (Results 1 – 25 of 26) sorted by relevance

12

/llvm-project-15.0.7/libcxx/test/libcxx/language.support/support.dynamic/
H A Dlibcpp_deallocate.sh.cpp42 struct alloc_stats { struct
43 alloc_stats() { reset(); } in alloc_stats() argument
45 int aligned_sized_called;
46 int aligned_called;
47 int sized_called;
48 int plain_called;
49 int last_size;
50 int last_align;
52 void reset() { in reset()
57 bool expect_plain() const { in expect_plain()
[all …]
/llvm-project-15.0.7/libcxx/test/std/strings/basic.string/string.capacity/
H A Dcapacity.pass.cpp23 test(S s, test_allocator_statistics& alloc_stats) in test()
45 test_allocator_statistics alloc_stats; in test() local
/llvm-project-15.0.7/libcxx/test/std/re/re.results/re.results.const/
H A Dmove.pass.cpp40 test_allocator_statistics alloc_stats; in main() local
/llvm-project-15.0.7/libcxx/test/std/thread/futures/futures.promise/
H A Dmove_assign.pass.cpp26 test_allocator_statistics alloc_stats; in main() local
H A Dswap.pass.cpp28 test_allocator_statistics alloc_stats; in main() local
H A Dmove_ctor.pass.cpp26 test_allocator_statistics alloc_stats; in main() local
H A Dalloc_ctor.pass.cpp28 test_allocator_statistics alloc_stats; in main() local
/llvm-project-15.0.7/libcxx/test/std/strings/basic.string/string.cons/
H A Ddtor.pass.cpp44 test_allocator_statistics alloc_stats; in test() local
H A Dmove_alloc.pass.cpp36 test_allocator_statistics alloc_stats; in test() local
/llvm-project-15.0.7/libcxx/test/std/containers/associative/map/map.cons/
H A Dassign_initializer_list.pass.cpp77 test_allocator_statistics alloc_stats; in duplicate_keys_test() local
/llvm-project-15.0.7/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/
H A Dpointer_deleter_allocator.pass.cpp66 test_allocator_statistics alloc_stats; in main() local
92 test_allocator_statistics alloc_stats; in main() local
H A Dnullptr_t_deleter_allocator_throw.pass.cpp33 test_allocator_statistics alloc_stats; in main() local
H A Dpointer_deleter_allocator_throw.pass.cpp33 test_allocator_statistics alloc_stats; in main() local
H A Dnullptr_t_deleter_allocator.pass.cpp33 test_allocator_statistics alloc_stats; in main() local
/llvm-project-15.0.7/libcxx/test/std/thread/futures/futures.unique_future/
H A Ddtor.pass.cpp27 test_allocator_statistics alloc_stats; in main() local
/llvm-project-15.0.7/libcxx/test/std/thread/futures/futures.shared_future/
H A Ddtor.pass.cpp27 test_allocator_statistics alloc_stats; in main() local
/llvm-project-15.0.7/libcxx/test/std/containers/associative/set/set.cons/
H A Dassign_initializer_list.pass.cpp58 test_allocator_statistics alloc_stats; in duplicate_keys_test() local
/llvm-project-15.0.7/libcxx/test/std/containers/sequences/vector.bool/
H A Dmove.pass.cpp23 test_allocator_statistics alloc_stats; in tests() local
/llvm-project-15.0.7/libcxx/test/std/containers/container.requirements/container.requirements.general/
H A Dallocator_move.pass.cpp30 test_allocator_statistics alloc_stats; in test() local
/llvm-project-15.0.7/libcxx/test/std/containers/sequences/deque/deque.modifiers/
H A Dpush_front_exception_safety.pass.cpp89 test_allocator_statistics alloc_stats; in main() local
H A Dpush_back_exception_safety.pass.cpp89 test_allocator_statistics alloc_stats; in main() local
/llvm-project-15.0.7/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
H A Dalloc_F.pass.cpp39 test_allocator_statistics alloc_stats; variable
/llvm-project-15.0.7/libcxx/test/std/containers/sequences/vector/vector.cons/
H A Dmove.pass.cpp26 test_allocator_statistics alloc_stats; in tests() local
/llvm-project-15.0.7/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod/
H A Dreset_pointer_deleter_allocator.pass.cpp46 test_allocator_statistics alloc_stats; in main() local
/llvm-project-15.0.7/libcxx/test/std/thread/futures/futures.task/futures.task.members/
H A Dctor_func_alloc.pass.cpp50 test_allocator_statistics alloc_stats; in main() local

12