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

/art/runtime/base/
H A Dallocator.h105 class TrackingAllocatorImpl : public std::allocator<T> { class in namespace:art
117 TrackingAllocatorImpl(const TrackingAllocatorImpl<U, kTag>& alloc) noexcept {
122 TrackingAllocatorImpl() noexcept {
130 typedef TrackingAllocatorImpl<U, kTag> other;
154 // TrackingAllocatorImpl<T> if kEnableTrackingAllocator is true, std::allocator<T> otherwise.
156 TrackingAllocatorImpl<T, kTag>,

Completed in 137 milliseconds