Searched refs:TrackingAllocatorImpl (Results 1 – 1 of 1) sorted by relevance
106 class TrackingAllocatorImpl : public std::allocator<T> {118 TrackingAllocatorImpl( in TrackingAllocatorImpl() function119 const TrackingAllocatorImpl<U, kTag>& alloc ATTRIBUTE_UNUSED) noexcept {} in TrackingAllocatorImpl()122 TrackingAllocatorImpl() noexcept { in TrackingAllocatorImpl() function130 typedef TrackingAllocatorImpl<U, kTag> other;155 TrackingAllocatorImpl<T, kTag>,