Home
last modified time | relevance | path

Searched refs:TrackingAllocatorImpl (Results 1 – 1 of 1) sorted by relevance

/art/libartbase/base/
Dallocator.h106 class TrackingAllocatorImpl : public std::allocator<T> {
118 TrackingAllocatorImpl( in TrackingAllocatorImpl() function
119 const TrackingAllocatorImpl<U, kTag>& alloc ATTRIBUTE_UNUSED) noexcept {} in TrackingAllocatorImpl()
122 TrackingAllocatorImpl() noexcept { in TrackingAllocatorImpl() function
130 typedef TrackingAllocatorImpl<U, kTag> other;
155 TrackingAllocatorImpl<T, kTag>,