Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/language.support/support.dynamic/
H A Dlibcpp_deallocate.sh.cpp44 struct alloc_stats { struct
45 alloc_stats() { reset(); } in alloc_stats() function
47 int aligned_sized_called;
48 int aligned_called;
49 int sized_called;
50 int plain_called;
51 int last_size;
52 int last_align;
54 void reset() { in reset()
59 bool expect_plain() const { in expect_plain()
[all …]
/aosp_15_r20/external/libcxx/test/libcxx/language.support/support.dynamic/
H A Dlibcpp_deallocate.sh.cpp56 struct alloc_stats { struct
57 alloc_stats() { reset(); } in alloc_stats() argument
59 int aligned_sized_called;
60 int aligned_called;
61 int sized_called;
62 int plain_called;
63 int last_size;
64 int last_align;
66 void reset() { in reset()
71 bool expect_plain() const { in expect_plain()
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
H A Dallocate_shared_for_overwrite.pass.cpp107 test_allocator_statistics alloc_stats; in testAllocatorOperationsCalled() local
123 test_allocator_statistics alloc_stats; in testAllocatorOperationsCalled() local
140 test_allocator_statistics alloc_stats; in testAllocatorOperationsCalled() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/strings/basic.string/string.capacity/
H A Dcapacity.pass.cpp23 TEST_CONSTEXPR_CXX20 void test_invariant(S s, test_allocator_statistics& alloc_stats) { in test_invariant()
74 test_allocator_statistics alloc_stats; in test() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/
H A Dpointer_deleter_allocator.pass.cpp83 test_allocator_statistics alloc_stats; in main() local
109 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
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/re/re.results/re.results.const/
H A Dmove.pass.cpp40 test_allocator_statistics alloc_stats; in main() local
/aosp_15_r20/external/cronet/third_party/libc++/src/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
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/strings/basic.string/string.cons/
H A Ddtor.pass.cpp43 test_allocator_statistics alloc_stats; in test() local
H A Dmove_alloc.pass.cpp38 test_allocator_statistics alloc_stats; in test() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/associative/map/map.cons/
H A Dassign_initializer_list.pass.cpp77 test_allocator_statistics alloc_stats; in duplicate_keys_test() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/thread/futures/futures.unique_future/
H A Ddtor.pass.cpp27 test_allocator_statistics alloc_stats; in main() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/thread/futures/futures.shared_future/
H A Ddtor.pass.cpp27 test_allocator_statistics alloc_stats; in main() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/associative/set/set.cons/
H A Dassign_initializer_list.pass.cpp58 test_allocator_statistics alloc_stats; in duplicate_keys_test() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/sequences/vector.bool/
H A Dmove.pass.cpp23 test_allocator_statistics alloc_stats; in tests() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/container.requirements/container.requirements.general/
H A Dallocator_move.pass.cpp30 test_allocator_statistics alloc_stats; in test() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/sequences/deque/deque.modifiers/
H A Dpush_front_exception_safety.pass.cpp88 test_allocator_statistics alloc_stats; in main() local
H A Dpush_back_exception_safety.pass.cpp89 test_allocator_statistics alloc_stats; in main() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
H A Dalloc_F.pass.cpp42 test_allocator_statistics alloc_stats; variable
/aosp_15_r20/external/cronet/third_party/libc++/src/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