Home
last modified time | relevance | path

Searched defs:CountingAllocator (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/third_party/abseil-cpp/absl/container/internal/
Dcounting_allocator.h40 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
/external/abseil-cpp/absl/container/internal/
Dcounting_allocator.h40 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
/external/angle/third_party/abseil-cpp/absl/container/internal/
Dcounting_allocator.h44 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
/external/openscreen/third_party/abseil/src/absl/container/internal/
Dcounting_allocator.h44 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
/external/libtextclassifier/abseil-cpp/absl/container/internal/
Dcounting_allocator.h44 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
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Dcounting_allocator.h44 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
/external/llvm-project/libcxx/test/support/
Dcontrolled_allocators.h31 class CountingAllocator; variable
229 explicit CountingAllocator(AllocController& PP) : P(&PP) {} in CountingAllocator() function
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
295 explicit CountingAllocator(AllocController& PP) : P(&PP) {} 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 …]
/external/libcxx/test/support/
Dcontrolled_allocators.hpp220 class CountingAllocator class
230 explicit CountingAllocator(AllocController& PP) : P(&PP) {} in CountingAllocator() function in CountingAllocator
232 CountingAllocator(CountingAllocator const& other) : P(other.P) { in CountingAllocator() function in CountingAllocator
236 CountingAllocator(CountingAllocator&& other) : P(other.P) { in CountingAllocator() function in CountingAllocator
241 CountingAllocator(CountingAllocator<U, ID> const& other) TEST_NOEXCEPT : P(other.P) { in CountingAllocator() function in CountingAllocator
246 CountingAllocator(CountingAllocator<U, ID>&& other) TEST_NOEXCEPT : P(other.P) { in CountingAllocator() function in CountingAllocator
285 class CountingAllocator<void, ID> class
296 explicit CountingAllocator(AllocController& PP) : P(&PP) {} in CountingAllocator() function in CountingAllocator
298 CountingAllocator(CountingAllocator const& other) : P(other.P) { in CountingAllocator() function in CountingAllocator
302 CountingAllocator(CountingAllocator&& other) : P(other.P) { in CountingAllocator() function in CountingAllocator
[all …]
/external/abseil-cpp/absl/container/
Dfixed_array_test.cc631 class CountingAllocator : public std::allocator<T> { class
637 CountingAllocator() : bytes_used_(nullptr), instance_count_(nullptr) {} in CountingAllocator() function in __anon964ad04b0111::CountingAllocator
638 explicit CountingAllocator(int64_t* b) in CountingAllocator() function in __anon964ad04b0111::CountingAllocator
640 CountingAllocator(int64_t* b, int64_t* a) in CountingAllocator() function in __anon964ad04b0111::CountingAllocator
644 explicit CountingAllocator(const CountingAllocator<U>& x) in CountingAllocator() function in __anon964ad04b0111::CountingAllocator
/external/webrtc/third_party/abseil-cpp/absl/container/
Dfixed_array_test.cc631 class CountingAllocator : public std::allocator<T> { class
637 CountingAllocator() : bytes_used_(nullptr), instance_count_(nullptr) {} in CountingAllocator() function in __anon6150017a0111::CountingAllocator
638 explicit CountingAllocator(int64_t* b) in CountingAllocator() function in __anon6150017a0111::CountingAllocator
640 CountingAllocator(int64_t* b, int64_t* a) in CountingAllocator() function in __anon6150017a0111::CountingAllocator
644 explicit CountingAllocator(const CountingAllocator<U>& x) in CountingAllocator() function in __anon6150017a0111::CountingAllocator