Home
last modified time | relevance | path

Searched refs:allocation_tracker (Results 1 – 25 of 66) sorted by relevance

123

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/testsuite/23_containers/vector/cons/
H A D4.cc29 using __gnu_test::allocation_tracker;
49 allocation_tracker::resetCounts(); in test_default_ctor_exception_gurantee()
62 VERIFY( allocation_tracker::allocationTotal() == allocation_tracker::deallocationTotal() ); in test_default_ctor_exception_gurantee()
79 allocation_tracker::resetCounts(); in test_copy_ctor_exception_gurantee()
97 VERIFY(allocation_tracker::allocationTotal() == allocation_tracker::deallocationTotal()); in test_copy_ctor_exception_gurantee()
191 VERIFY(allocation_tracker::allocationTotal() == allocation_tracker::deallocationTotal()); in test_assignment_operator_3()
228 VERIFY(allocation_tracker::allocationTotal() == allocation_tracker::deallocationTotal()); in test_assignment_operator_3_exception_guarantee()
333 VERIFY(allocation_tracker::allocationTotal() == allocation_tracker::deallocationTotal()); in test_fill_assign_3()
378 VERIFY(allocation_tracker::allocationTotal() == allocation_tracker::deallocationTotal()); in test_fill_assign_3_exception_guarantee()
517 VERIFY(allocation_tracker::allocationTotal() == allocation_tracker::deallocationTotal()); in test_range_assign_4()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/testsuite/23_containers/vector/cons/
H A D4.cc29 using __gnu_test::allocation_tracker;
49 allocation_tracker::resetCounts(); in test_default_ctor_exception_gurantee()
62 VERIFY( allocation_tracker::allocationTotal() == allocation_tracker::deallocationTotal() ); in test_default_ctor_exception_gurantee()
79 allocation_tracker::resetCounts(); in test_copy_ctor_exception_gurantee()
97 VERIFY(allocation_tracker::allocationTotal() == allocation_tracker::deallocationTotal()); in test_copy_ctor_exception_gurantee()
191 VERIFY(allocation_tracker::allocationTotal() == allocation_tracker::deallocationTotal()); in test_assignment_operator_3()
228 VERIFY(allocation_tracker::allocationTotal() == allocation_tracker::deallocationTotal()); in test_assignment_operator_3_exception_guarantee()
333 VERIFY(allocation_tracker::allocationTotal() == allocation_tracker::deallocationTotal()); in test_fill_assign_3()
378 VERIFY(allocation_tracker::allocationTotal() == allocation_tracker::deallocationTotal()); in test_fill_assign_3_exception_guarantee()
517 VERIFY(allocation_tracker::allocationTotal() == allocation_tracker::deallocationTotal()); in test_range_assign_4()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/testsuite/
H A Dtestsuite_allocator.cc35 allocation_tracker::size_type allocation_tracker::allocationTotal_ = 0;
36 allocation_tracker::size_type allocation_tracker::deallocationTotal_ = 0;
37 int allocation_tracker::constructCount_ = 0;
38 int allocation_tracker::destructCount_ = 0;
H A Dtestsuite_allocator.h43 class allocation_tracker
141 return static_cast<pointer>(allocation_tracker::allocate(n * sizeof(T)));
148 allocation_tracker::construct(); in construct()
155 allocation_tracker::destroy(); in destroy()
160 { allocation_tracker::deallocate(p, num * sizeof(T)); } in deallocate()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/testsuite/
H A Dtestsuite_allocator.cc35 allocation_tracker::size_type allocation_tracker::allocationTotal_ = 0;
36 allocation_tracker::size_type allocation_tracker::deallocationTotal_ = 0;
37 int allocation_tracker::constructCount_ = 0;
38 int allocation_tracker::destructCount_ = 0;
H A Dtestsuite_allocator.h43 class allocation_tracker
141 return static_cast<pointer>(allocation_tracker::allocate(n * sizeof(T)));
148 allocation_tracker::construct(); in construct()
155 allocation_tracker::destroy(); in destroy()
160 { allocation_tracker::deallocate(p, num * sizeof(T)); } in deallocate()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/testsuite/23_containers/vector/capacity/
H A D2.cc30 using __gnu_test::allocation_tracker;
44 allocation_tracker::resetCounts(); in test_reserve()
62 VERIFY(allocation_tracker::allocationTotal() == allocation_tracker::deallocationTotal()); in test_reserve()
74 allocation_tracker::resetCounts(); in test_reserve_exception_guarantee()
95 VERIFY(allocation_tracker::allocationTotal() == allocation_tracker::deallocationTotal()); in test_reserve_exception_guarantee()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/testsuite/23_containers/vector/capacity/
H A D2.cc30 using __gnu_test::allocation_tracker;
44 allocation_tracker::resetCounts(); in test_reserve()
62 VERIFY(allocation_tracker::allocationTotal() == allocation_tracker::deallocationTotal()); in test_reserve()
74 allocation_tracker::resetCounts(); in test_reserve_exception_guarantee()
95 VERIFY(allocation_tracker::allocationTotal() == allocation_tracker::deallocationTotal()); in test_reserve_exception_guarantee()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/testsuite/23_containers/deque/cons/
H A D2.cc30 using __gnu_test::allocation_tracker;
452 allocation_tracker::resetCounts(); in test_default_ctor_exception_safety()
465 VERIFY(allocation_tracker::allocationTotal() == allocation_tracker::deallocationTotal()); in test_default_ctor_exception_safety()
478 allocation_tracker::resetCounts(); in test_copy_ctor_exception_safety()
497 VERIFY(allocation_tracker::allocationTotal() == allocation_tracker::deallocationTotal()); in test_copy_ctor_exception_safety()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/testsuite/23_containers/deque/cons/
H A D2.cc30 using __gnu_test::allocation_tracker;
452 allocation_tracker::resetCounts(); in test_default_ctor_exception_safety()
465 VERIFY(allocation_tracker::allocationTotal() == allocation_tracker::deallocationTotal()); in test_default_ctor_exception_safety()
478 allocation_tracker::resetCounts(); in test_copy_ctor_exception_safety()
497 VERIFY(allocation_tracker::allocationTotal() == allocation_tracker::deallocationTotal()); in test_copy_ctor_exception_safety()
/dports/devel/ppl/ppl-1.2/interfaces/Prolog/
H A Dppl_prolog_common_defs.hh108 extern Allocation_Tracker allocation_tracker;
112 ::allocation_tracker.insert(x)
115 ::allocation_tracker.weak_insert(x)
118 ::allocation_tracker.remove(x)
121 ::allocation_tracker.check(x)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/profiler/
H A Dheap-profiler.h44 AllocationTracker* allocation_tracker() const { in allocation_tracker() function
H A Dheap-snapshot-generator.cc652 if (AllocationTracker* allocation_tracker = in AddEntry() local
653 snapshot_->profiler()->allocation_tracker()) { in AddEntry()
655 allocation_tracker->address_to_trace()->GetTraceNodeId(address); in AddEntry()
2198 if (AllocationTracker* allocation_tracker = in Serialize() local
2199 snapshot_->profiler()->allocation_tracker()) { in Serialize()
2200 allocation_tracker->PrepareForSerialization(); in Serialize()
2460 AllocationTracker* tracker = snapshot_->profiler()->allocation_tracker(); in SerializeSnapshot()
2479 AllocationTracker* tracker = snapshot_->profiler()->allocation_tracker(); in SerializeTraceTree()
2530 AllocationTracker* tracker = snapshot_->profiler()->allocation_tracker(); in SerializeTraceNodeInfos()
/dports/www/node10/node-v10.24.1/deps/v8/src/profiler/
H A Dheap-profiler.h44 AllocationTracker* allocation_tracker() const { in allocation_tracker() function
H A Dheap-snapshot-generator.cc693 if (AllocationTracker* allocation_tracker = in AddEntry() local
694 snapshot_->profiler()->allocation_tracker()) { in AddEntry()
696 allocation_tracker->address_to_trace()->GetTraceNodeId(address); in AddEntry()
2622 if (AllocationTracker* allocation_tracker = in Serialize() local
2623 snapshot_->profiler()->allocation_tracker()) { in Serialize()
2624 allocation_tracker->PrepareForSerialization(); in Serialize()
2874 AllocationTracker* tracker = snapshot_->profiler()->allocation_tracker(); in SerializeSnapshot()
2893 AllocationTracker* tracker = snapshot_->profiler()->allocation_tracker(); in SerializeTraceTree()
2944 AllocationTracker* tracker = snapshot_->profiler()->allocation_tracker(); in SerializeTraceNodeInfos()
/dports/lang/v8/v8-9.6.180.12/src/profiler/
H A Dheap-profiler.h47 AllocationTracker* allocation_tracker() const { in allocation_tracker() function
H A Dheap-snapshot-generator.cc673 if (AllocationTracker* allocation_tracker = in AddEntry() local
674 snapshot_->profiler()->allocation_tracker()) { in AddEntry()
676 allocation_tracker->address_to_trace()->GetTraceNodeId(address); in AddEntry()
2406 if (AllocationTracker* allocation_tracker = in Serialize() local
2407 snapshot_->profiler()->allocation_tracker()) { in Serialize()
2408 allocation_tracker->PrepareForSerialization(); in Serialize()
2675 AllocationTracker* tracker = snapshot_->profiler()->allocation_tracker(); in SerializeSnapshot()
2694 AllocationTracker* tracker = snapshot_->profiler()->allocation_tracker(); in SerializeTraceTree()
2743 AllocationTracker* tracker = snapshot_->profiler()->allocation_tracker(); in SerializeTraceNodeInfos()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/profiler/
H A Dheap-profiler.h44 AllocationTracker* allocation_tracker() const { in allocation_tracker() function
H A Dheap-snapshot-generator.cc659 if (AllocationTracker* allocation_tracker = in AddEntry() local
660 snapshot_->profiler()->allocation_tracker()) { in AddEntry()
662 allocation_tracker->address_to_trace()->GetTraceNodeId(address); in AddEntry()
2265 if (AllocationTracker* allocation_tracker = in Serialize() local
2266 snapshot_->profiler()->allocation_tracker()) { in Serialize()
2267 allocation_tracker->PrepareForSerialization(); in Serialize()
2536 AllocationTracker* tracker = snapshot_->profiler()->allocation_tracker(); in SerializeSnapshot()
2555 AllocationTracker* tracker = snapshot_->profiler()->allocation_tracker(); in SerializeTraceTree()
2606 AllocationTracker* tracker = snapshot_->profiler()->allocation_tracker(); in SerializeTraceNodeInfos()
/dports/lang/v8/v8-9.6.180.12/test/cctest/heap/
H A Dtest-heap.cc7134 TestAllocationTracker allocation_tracker{size_in_bytes}; in HEAP_TEST() local
7135 heap->AddHeapObjectAllocationTracker(&allocation_tracker); in HEAP_TEST()
7142 CHECK_EQ(allocation.ToAddress(), allocation_tracker.address()); in HEAP_TEST()
7149 heap->RemoveHeapObjectAllocationTracker(&allocation_tracker); in HEAP_TEST()
7168 TestAllocationTracker allocation_tracker{size_in_bytes}; in UNINITIALIZED_HEAP_TEST() local
7169 heap->AddHeapObjectAllocationTracker(&allocation_tracker); in UNINITIALIZED_HEAP_TEST()
7176 CHECK_EQ(allocation.ToAddress(), allocation_tracker.address()); in UNINITIALIZED_HEAP_TEST()
7183 heap->RemoveHeapObjectAllocationTracker(&allocation_tracker); in UNINITIALIZED_HEAP_TEST()
7190 TestAllocationTracker allocation_tracker{size_in_bytes}; in UNINITIALIZED_HEAP_TEST() local
7191 heap->AddHeapObjectAllocationTracker(&allocation_tracker); in UNINITIALIZED_HEAP_TEST()
[all …]
/dports/lang/v8/v8-9.6.180.12/test/cctest/
H A Dtest-heap-profiler.cc2867 reinterpret_cast<i::HeapProfiler*>(heap_profiler)->allocation_tracker(); in TEST()
2891 reinterpret_cast<i::HeapProfiler*>(heap_profiler)->allocation_tracker(); in TEST()
2925 reinterpret_cast<i::HeapProfiler*>(heap_profiler)->allocation_tracker(); in TEST()
2975 reinterpret_cast<i::HeapProfiler*>(heap_profiler)->allocation_tracker(); in TEST()
3000 reinterpret_cast<i::HeapProfiler*>(heap_profiler)->allocation_tracker(); in TEST()
3029 reinterpret_cast<i::HeapProfiler*>(heap_profiler)->allocation_tracker(); in TEST()
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/
H A DChangeLog-20061165 * testsuite/util/testsuite_allocator.h (allocation_tracker): To
1167 (allocation_tracker::allocationTotal): To get_allocation_count.
1168 (allocation_tracker::deallocationTotal): To get_deallocation_count.
1169 (allocation_tracker::constructCount): To get_construct_count.
1170 (allocation_tracker::destructCount): To get_destruct_count.
1171 (allocation_tracker::resetCounts): To reset.
/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/
H A DChangeLog-20061165 * testsuite/util/testsuite_allocator.h (allocation_tracker): To
1167 (allocation_tracker::allocationTotal): To get_allocation_count.
1168 (allocation_tracker::deallocationTotal): To get_deallocation_count.
1169 (allocation_tracker::constructCount): To get_construct_count.
1170 (allocation_tracker::destructCount): To get_destruct_count.
1171 (allocation_tracker::resetCounts): To reset.
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/
H A DChangeLog-20061165 * testsuite/util/testsuite_allocator.h (allocation_tracker): To
1167 (allocation_tracker::allocationTotal): To get_allocation_count.
1168 (allocation_tracker::deallocationTotal): To get_deallocation_count.
1169 (allocation_tracker::constructCount): To get_construct_count.
1170 (allocation_tracker::destructCount): To get_destruct_count.
1171 (allocation_tracker::resetCounts): To reset.
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/
H A DChangeLog-20061165 * testsuite/util/testsuite_allocator.h (allocation_tracker): To
1167 (allocation_tracker::allocationTotal): To get_allocation_count.
1168 (allocation_tracker::deallocationTotal): To get_deallocation_count.
1169 (allocation_tracker::constructCount): To get_construct_count.
1170 (allocation_tracker::destructCount): To get_destruct_count.
1171 (allocation_tracker::resetCounts): To reset.

123