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

  /art/runtime/base/
allocator.cc 83 if (kEnableTrackingAllocator) {
allocator.h 32 static constexpr bool kEnableTrackingAllocator = false;
154 // TrackingAllocatorImpl<T> if kEnableTrackingAllocator is true, std::allocator<T> otherwise.
155 using TrackingAllocator = typename TypeStaticIf<kEnableTrackingAllocator,

Completed in 66 milliseconds