Home
last modified time | relevance | path

Searched refs:CountingAllocator (Results 1 – 25 of 173) sorted by relevance

1234567

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/abseil-cpp/absl/container/internal/
H A Dcounting_allocator.h34 class CountingAllocator : public std::allocator<T> {
40 CountingAllocator() : bytes_used_(nullptr) {} in CountingAllocator() function
41 explicit CountingAllocator(int64_t* b) : bytes_used_(b) {} in CountingAllocator() function
44 CountingAllocator(const CountingAllocator<U>& x) in CountingAllocator() function
63 using other = CountingAllocator<U>;
66 friend bool operator==(const CountingAllocator& a,
67 const CountingAllocator& b) {
71 friend bool operator!=(const CountingAllocator& a,
72 const CountingAllocator& b) {
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/abseil-cpp/absl/container/internal/
H A Dcounting_allocator.h34 class CountingAllocator : public std::allocator<T> {
40 CountingAllocator() : bytes_used_(nullptr) {} in CountingAllocator() function
41 explicit CountingAllocator(int64_t* b) : bytes_used_(b) {} in CountingAllocator() function
44 CountingAllocator(const CountingAllocator<U>& x) in CountingAllocator() function
63 using other = CountingAllocator<U>;
66 friend bool operator==(const CountingAllocator& a,
67 const CountingAllocator& b) {
71 friend bool operator!=(const CountingAllocator& a,
72 const CountingAllocator& b) {
/dports/devel/abseil/abseil-cpp-20211102.0/absl/container/internal/
H A Dcounting_allocator.h33 class CountingAllocator {
43 CountingAllocator() = default;
44 explicit CountingAllocator(int64_t* bytes_used) : bytes_used_(bytes_used) {} in CountingAllocator() function
45 CountingAllocator(int64_t* bytes_used, int64_t* instance_count) in CountingAllocator() function
49 CountingAllocator(const CountingAllocator<U>& x) in CountingAllocator() function
92 using other = CountingAllocator<U>;
95 friend bool operator==(const CountingAllocator& a,
96 const CountingAllocator& b) {
101 friend bool operator!=(const CountingAllocator& a,
102 const CountingAllocator& b) {
/dports/graphics/R-cran-s2/s2/src/absl/container/internal/
H A Dcounting_allocator.h33 class CountingAllocator {
43 CountingAllocator() = default;
44 explicit CountingAllocator(int64_t* bytes_used) : bytes_used_(bytes_used) {} in CountingAllocator() function
45 CountingAllocator(int64_t* bytes_used, int64_t* instance_count) in CountingAllocator() function
49 CountingAllocator(const CountingAllocator<U>& x) in CountingAllocator() function
92 using other = CountingAllocator<U>;
95 friend bool operator==(const CountingAllocator& a,
96 const CountingAllocator& b) {
101 friend bool operator!=(const CountingAllocator& a,
102 const CountingAllocator& b) {
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/third_party/abseil-cpp/absl/container/internal/
H A Dcounting_allocator.h33 class CountingAllocator {
43 CountingAllocator() = default;
44 explicit CountingAllocator(int64_t* bytes_used) : bytes_used_(bytes_used) {} in CountingAllocator() function
45 CountingAllocator(int64_t* bytes_used, int64_t* instance_count) in CountingAllocator() function
49 CountingAllocator(const CountingAllocator<U>& x) in CountingAllocator() function
92 using other = CountingAllocator<U>;
95 friend bool operator==(const CountingAllocator& a,
96 const CountingAllocator& b) {
101 friend bool operator!=(const CountingAllocator& a,
102 const CountingAllocator& b) {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/abseil-cpp/absl/container/internal/
H A Dcounting_allocator.h33 class CountingAllocator {
43 CountingAllocator() = default;
44 explicit CountingAllocator(int64_t* bytes_used) : bytes_used_(bytes_used) {} in CountingAllocator() function
45 CountingAllocator(int64_t* bytes_used, int64_t* instance_count) in CountingAllocator() function
49 CountingAllocator(const CountingAllocator<U>& x) in CountingAllocator() function
92 using other = CountingAllocator<U>;
95 friend bool operator==(const CountingAllocator& a,
96 const CountingAllocator& b) {
101 friend bool operator!=(const CountingAllocator& a,
102 const CountingAllocator& b) {
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/abseil-cpp/absl/container/internal/
H A Dcounting_allocator.h33 class CountingAllocator {
43 CountingAllocator() = default;
44 explicit CountingAllocator(int64_t* bytes_used) : bytes_used_(bytes_used) {} in CountingAllocator() function
45 CountingAllocator(int64_t* bytes_used, int64_t* instance_count) in CountingAllocator() function
49 CountingAllocator(const CountingAllocator<U>& x) in CountingAllocator() function
92 using other = CountingAllocator<U>;
95 friend bool operator==(const CountingAllocator& a,
96 const CountingAllocator& b) {
101 friend bool operator!=(const CountingAllocator& a,
102 const CountingAllocator& b) {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/support/
H A Dcontrolled_allocators.h31 class CountingAllocator; variable
219 class CountingAllocator
228 CountingAllocator() = delete;
231 CountingAllocator(CountingAllocator const& other) : P(other.P) { in CountingAllocator() function
235 CountingAllocator(CountingAllocator&& other) : P(other.P) { in CountingAllocator() function
240 CountingAllocator(CountingAllocator<U, ID> const& other) TEST_NOEXCEPT : P(other.P) { in CountingAllocator() function
245 CountingAllocator(CountingAllocator<U, ID>&& other) TEST_NOEXCEPT : P(other.P) { in CountingAllocator() function
297 CountingAllocator(CountingAllocator const& other) : P(other.P) { in CountingAllocator() function
301 CountingAllocator(CountingAllocator&& other) : P(other.P) { in CountingAllocator() function
306 CountingAllocator(CountingAllocator<U, ID> const& other) TEST_NOEXCEPT : P(other.P) { in CountingAllocator() function
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/support/
H A Dcontrolled_allocators.h31 class CountingAllocator; variable
219 class CountingAllocator
228 CountingAllocator() = delete;
231 CountingAllocator(CountingAllocator const& other) : P(other.P) { in CountingAllocator() function
235 CountingAllocator(CountingAllocator&& other) : P(other.P) { in CountingAllocator() function
240 CountingAllocator(CountingAllocator<U, ID> const& other) TEST_NOEXCEPT : P(other.P) { in CountingAllocator() function
245 CountingAllocator(CountingAllocator<U, ID>&& other) TEST_NOEXCEPT : P(other.P) { in CountingAllocator() function
297 CountingAllocator(CountingAllocator const& other) : P(other.P) { in CountingAllocator() function
301 CountingAllocator(CountingAllocator&& other) : P(other.P) { in CountingAllocator() function
306 CountingAllocator(CountingAllocator<U, ID> const& other) TEST_NOEXCEPT : P(other.P) { in CountingAllocator() function
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/support/
H A Dcontrolled_allocators.h31 class CountingAllocator; variable
219 class CountingAllocator
228 CountingAllocator() = delete;
231 CountingAllocator(CountingAllocator const& other) : P(other.P) { in CountingAllocator() function
235 CountingAllocator(CountingAllocator&& other) : P(other.P) { in CountingAllocator() function
240 CountingAllocator(CountingAllocator<U, ID> const& other) TEST_NOEXCEPT : P(other.P) { in CountingAllocator() function
245 CountingAllocator(CountingAllocator<U, ID>&& other) TEST_NOEXCEPT : P(other.P) { in CountingAllocator() function
297 CountingAllocator(CountingAllocator const& other) : P(other.P) { in CountingAllocator() function
301 CountingAllocator(CountingAllocator&& other) : P(other.P) { in CountingAllocator() function
306 CountingAllocator(CountingAllocator<U, ID> const& other) TEST_NOEXCEPT : P(other.P) { in CountingAllocator() function
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/support/
H A Dcontrolled_allocators.h31 class CountingAllocator; variable
219 class CountingAllocator
228 CountingAllocator() = delete;
231 CountingAllocator(CountingAllocator const& other) : P(other.P) { in CountingAllocator() function
235 CountingAllocator(CountingAllocator&& other) : P(other.P) { in CountingAllocator() function
240 CountingAllocator(CountingAllocator<U, ID> const& other) TEST_NOEXCEPT : P(other.P) { in CountingAllocator() function
245 CountingAllocator(CountingAllocator<U, ID>&& other) TEST_NOEXCEPT : P(other.P) { in CountingAllocator() function
297 CountingAllocator(CountingAllocator const& other) : P(other.P) { in CountingAllocator() function
301 CountingAllocator(CountingAllocator&& other) : P(other.P) { in CountingAllocator() function
306 CountingAllocator(CountingAllocator<U, ID> const& other) TEST_NOEXCEPT : P(other.P) { in CountingAllocator() function
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/support/
H A Dcontrolled_allocators.h31 class CountingAllocator; variable
219 class CountingAllocator
228 CountingAllocator() = delete;
231 CountingAllocator(CountingAllocator const& other) : P(other.P) { in CountingAllocator() function
235 CountingAllocator(CountingAllocator&& other) : P(other.P) { in CountingAllocator() function
240 CountingAllocator(CountingAllocator<U, ID> const& other) TEST_NOEXCEPT : P(other.P) { in CountingAllocator() function
245 CountingAllocator(CountingAllocator<U, ID>&& other) TEST_NOEXCEPT : P(other.P) { in CountingAllocator() function
297 CountingAllocator(CountingAllocator const& other) : P(other.P) { in CountingAllocator() function
301 CountingAllocator(CountingAllocator&& other) : P(other.P) { in CountingAllocator() function
306 CountingAllocator(CountingAllocator<U, ID> const& other) TEST_NOEXCEPT : P(other.P) { in CountingAllocator() function
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/support/
H A Dcontrolled_allocators.h31 class CountingAllocator; variable
219 class CountingAllocator
228 CountingAllocator() = delete;
231 CountingAllocator(CountingAllocator const& other) : P(other.P) { in CountingAllocator() function
235 CountingAllocator(CountingAllocator&& other) : P(other.P) { in CountingAllocator() function
240 CountingAllocator(CountingAllocator<U, ID> const& other) TEST_NOEXCEPT : P(other.P) { in CountingAllocator() function
245 CountingAllocator(CountingAllocator<U, ID>&& other) TEST_NOEXCEPT : P(other.P) { in CountingAllocator() function
297 CountingAllocator(CountingAllocator const& other) : P(other.P) { in CountingAllocator() function
301 CountingAllocator(CountingAllocator&& other) : P(other.P) { in CountingAllocator() function
306 CountingAllocator(CountingAllocator<U, ID> const& other) TEST_NOEXCEPT : P(other.P) { in CountingAllocator() function
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/support/
H A Dcontrolled_allocators.h31 class CountingAllocator; variable
219 class CountingAllocator
228 CountingAllocator() = delete;
231 CountingAllocator(CountingAllocator const& other) : P(other.P) { in CountingAllocator() function
235 CountingAllocator(CountingAllocator&& other) : P(other.P) { in CountingAllocator() function
240 CountingAllocator(CountingAllocator<U, ID> const& other) TEST_NOEXCEPT : P(other.P) { in CountingAllocator() function
245 CountingAllocator(CountingAllocator<U, ID>&& other) TEST_NOEXCEPT : P(other.P) { in CountingAllocator() function
297 CountingAllocator(CountingAllocator const& other) : P(other.P) { in CountingAllocator() function
301 CountingAllocator(CountingAllocator&& other) : P(other.P) { in CountingAllocator() function
306 CountingAllocator(CountingAllocator<U, ID> const& other) TEST_NOEXCEPT : P(other.P) { in CountingAllocator() function
[all …]
/dports/devel/libc++/libcxx-10.0.1.src/test/support/
H A Dcontrolled_allocators.h31 class CountingAllocator; variable
219 class CountingAllocator
228 CountingAllocator() = delete;
231 CountingAllocator(CountingAllocator const& other) : P(other.P) { in CountingAllocator() function
235 CountingAllocator(CountingAllocator&& other) : P(other.P) { in CountingAllocator() function
240 CountingAllocator(CountingAllocator<U, ID> const& other) TEST_NOEXCEPT : P(other.P) { in CountingAllocator() function
245 CountingAllocator(CountingAllocator<U, ID>&& other) TEST_NOEXCEPT : P(other.P) { in CountingAllocator() function
297 CountingAllocator(CountingAllocator const& other) : P(other.P) { in CountingAllocator() function
301 CountingAllocator(CountingAllocator&& other) : P(other.P) { in CountingAllocator() function
306 CountingAllocator(CountingAllocator<U, ID> const& other) TEST_NOEXCEPT : P(other.P) { in CountingAllocator() function
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/support/
H A Dcontrolled_allocators.h31 class CountingAllocator; variable
219 class CountingAllocator
228 CountingAllocator() = delete;
231 CountingAllocator(CountingAllocator const& other) : P(other.P) { in CountingAllocator() function
235 CountingAllocator(CountingAllocator&& other) : P(other.P) { in CountingAllocator() function
240 CountingAllocator(CountingAllocator<U, ID> const& other) TEST_NOEXCEPT : P(other.P) { in CountingAllocator() function
245 CountingAllocator(CountingAllocator<U, ID>&& other) TEST_NOEXCEPT : P(other.P) { in CountingAllocator() function
297 CountingAllocator(CountingAllocator const& other) : P(other.P) { in CountingAllocator() function
301 CountingAllocator(CountingAllocator&& other) : P(other.P) { in CountingAllocator() function
306 CountingAllocator(CountingAllocator<U, ID> const& other) TEST_NOEXCEPT : P(other.P) { in CountingAllocator() function
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/support/
H A Dcontrolled_allocators.h31 class CountingAllocator; variable
219 class CountingAllocator
228 CountingAllocator() = delete;
231 CountingAllocator(CountingAllocator const& other) : P(other.P) { in CountingAllocator() function
235 CountingAllocator(CountingAllocator&& other) : P(other.P) { in CountingAllocator() function
240 CountingAllocator(CountingAllocator<U, ID> const& other) TEST_NOEXCEPT : P(other.P) { in CountingAllocator() function
245 CountingAllocator(CountingAllocator<U, ID>&& other) TEST_NOEXCEPT : P(other.P) { in CountingAllocator() function
297 CountingAllocator(CountingAllocator const& other) : P(other.P) { in CountingAllocator() function
301 CountingAllocator(CountingAllocator&& other) : P(other.P) { in CountingAllocator() function
306 CountingAllocator(CountingAllocator<U, ID> const& other) TEST_NOEXCEPT : P(other.P) { in CountingAllocator() function
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/support/
H A Dcontrolled_allocators.h31 class CountingAllocator;
219 class CountingAllocator
228 CountingAllocator() = delete;
231 CountingAllocator(CountingAllocator const& other) : P(other.P) {
235 CountingAllocator(CountingAllocator&& other) : P(other.P) {
240 CountingAllocator(CountingAllocator<U, ID> const& other) TEST_NOEXCEPT : P(other.P) {
245 CountingAllocator(CountingAllocator<U, ID>&& other) TEST_NOEXCEPT : P(other.P) {
297 CountingAllocator(CountingAllocator const& other) : P(other.P) {
301 CountingAllocator(CountingAllocator&& other) : P(other.P) {
306 CountingAllocator(CountingAllocator<U, ID> const& other) TEST_NOEXCEPT : P(other.P) {
[all …]
/dports/devel/eastl/EASTL-3.13.06/test/source/
H A DTestString.cpp51 CountingAllocator::resetCount(); in TestString()
52 nErrorCount += TestBasicString<eastl::basic_string<char, CountingAllocator>>(); in TestString()
53 VERIFY(CountingAllocator::getActiveAllocationCount() == 0); in TestString()
55 nErrorCount += TestBasicStringW<eastl::basic_string<wchar_t, CountingAllocator>>(); in TestString()
56 VERIFY(CountingAllocator::getActiveAllocationCount() == 0); in TestString()
58 nErrorCount += TestBasicString16<eastl::basic_string<char16_t, CountingAllocator>>(); in TestString()
59 VERIFY(CountingAllocator::getActiveAllocationCount() == 0); in TestString()
62 nErrorCount += TestBasicString32<eastl::basic_string<char32_t, CountingAllocator>>(); in TestString()
63 VERIFY(CountingAllocator::getActiveAllocationCount() == 0); in TestString()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/
H A Dconstruct_type.pass.cpp35 using VoidAlloc2 = CountingAllocator<void, 2>; in test_bullet_one()
41 using Outer = CountingAllocator<T, 1>; in test_bullet_one()
42 using Inner = CountingAllocator<T, 2>; in test_bullet_one()
68 using VoidAlloc2 = CountingAllocator<void, 2>; in test_bullet_two()
74 using Outer = CountingAllocator<T, 1>; in test_bullet_two()
75 using Inner = CountingAllocator<T, 2>; in test_bullet_two()
101 using VoidAlloc2 = CountingAllocator<void, 2>; in test_bullet_three()
107 using Outer = CountingAllocator<T, 1>; in test_bullet_three()
108 using Inner = CountingAllocator<T, 2>; in test_bullet_three()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/
H A Dconstruct_type.pass.cpp35 using VoidAlloc2 = CountingAllocator<void, 2>; in test_bullet_one()
41 using Outer = CountingAllocator<T, 1>; in test_bullet_one()
42 using Inner = CountingAllocator<T, 2>; in test_bullet_one()
68 using VoidAlloc2 = CountingAllocator<void, 2>; in test_bullet_two()
74 using Outer = CountingAllocator<T, 1>; in test_bullet_two()
75 using Inner = CountingAllocator<T, 2>; in test_bullet_two()
101 using VoidAlloc2 = CountingAllocator<void, 2>; in test_bullet_three()
107 using Outer = CountingAllocator<T, 1>; in test_bullet_three()
108 using Inner = CountingAllocator<T, 2>; in test_bullet_three()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/
H A Dconstruct_type.pass.cpp35 using VoidAlloc2 = CountingAllocator<void, 2>; in test_bullet_one()
41 using Outer = CountingAllocator<T, 1>; in test_bullet_one()
42 using Inner = CountingAllocator<T, 2>; in test_bullet_one()
68 using VoidAlloc2 = CountingAllocator<void, 2>; in test_bullet_two()
74 using Outer = CountingAllocator<T, 1>; in test_bullet_two()
75 using Inner = CountingAllocator<T, 2>; in test_bullet_two()
101 using VoidAlloc2 = CountingAllocator<void, 2>; in test_bullet_three()
107 using Outer = CountingAllocator<T, 1>; in test_bullet_three()
108 using Inner = CountingAllocator<T, 2>; in test_bullet_three()
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/utilities/allocator.adaptor/allocator.adaptor.members/
H A Dconstruct_type.pass.cpp35 using VoidAlloc2 = CountingAllocator<void, 2>; in test_bullet_one()
41 using Outer = CountingAllocator<T, 1>; in test_bullet_one()
42 using Inner = CountingAllocator<T, 2>; in test_bullet_one()
68 using VoidAlloc2 = CountingAllocator<void, 2>; in test_bullet_two()
74 using Outer = CountingAllocator<T, 1>; in test_bullet_two()
75 using Inner = CountingAllocator<T, 2>; in test_bullet_two()
101 using VoidAlloc2 = CountingAllocator<void, 2>; in test_bullet_three()
107 using Outer = CountingAllocator<T, 1>; in test_bullet_three()
108 using Inner = CountingAllocator<T, 2>; in test_bullet_three()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/
H A Dconstruct_type.pass.cpp35 using VoidAlloc2 = CountingAllocator<void, 2>; in test_bullet_one()
41 using Outer = CountingAllocator<T, 1>; in test_bullet_one()
42 using Inner = CountingAllocator<T, 2>; in test_bullet_one()
68 using VoidAlloc2 = CountingAllocator<void, 2>; in test_bullet_two()
74 using Outer = CountingAllocator<T, 1>; in test_bullet_two()
75 using Inner = CountingAllocator<T, 2>; in test_bullet_two()
101 using VoidAlloc2 = CountingAllocator<void, 2>; in test_bullet_three()
107 using Outer = CountingAllocator<T, 1>; in test_bullet_three()
108 using Inner = CountingAllocator<T, 2>; in test_bullet_three()
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/
H A Dconstruct_type.pass.cpp35 using VoidAlloc2 = CountingAllocator<void, 2>; in test_bullet_one()
41 using Outer = CountingAllocator<T, 1>; in test_bullet_one()
42 using Inner = CountingAllocator<T, 2>; in test_bullet_one()
68 using VoidAlloc2 = CountingAllocator<void, 2>; in test_bullet_two()
74 using Outer = CountingAllocator<T, 1>; in test_bullet_two()
75 using Inner = CountingAllocator<T, 2>; in test_bullet_two()
101 using VoidAlloc2 = CountingAllocator<void, 2>; in test_bullet_three()
107 using Outer = CountingAllocator<T, 1>; in test_bullet_three()
108 using Inner = CountingAllocator<T, 2>; in test_bullet_three()

1234567