HomeSort by relevance Sort by last modified time
    Searched refs:kEnableTrackingAllocator (Results 1 - 2 of 2) sorted by null

  /art/runtime/base/
allocator.cc 80 if (kEnableTrackingAllocator) {
allocator.h 29 static constexpr bool kEnableTrackingAllocator = false;
141 // TrackingAllocatorImpl<T> if kEnableTrackingAllocator is true, std::allocator<T> otherwise.
142 class TrackingAllocator : public TypeStaticIf<kEnableTrackingAllocator,

Completed in 1590 milliseconds