Lines Matching refs:CountingAllocator
631 class CountingAllocator : public std::allocator<T> { class
637 CountingAllocator() : bytes_used_(nullptr), instance_count_(nullptr) {} in CountingAllocator() function in __anon4d9680240111::CountingAllocator
638 explicit CountingAllocator(int64_t* b) in CountingAllocator() function in __anon4d9680240111::CountingAllocator
640 CountingAllocator(int64_t* b, int64_t* a) in CountingAllocator() function in __anon4d9680240111::CountingAllocator
644 explicit CountingAllocator(const CountingAllocator<U>& x) in CountingAllocator() function in __anon4d9680240111::CountingAllocator
679 using other = CountingAllocator<U>;
688 using Alloc = CountingAllocator<int>; in TEST()
709 using Alloc = CountingAllocator<int>; in TEST()
730 using Alloc = CountingAllocator<int>; in TEST()
758 using Alloc = CountingAllocator<int>; in TEST()
790 using Alloc = CountingAllocator<int>; in TEST()