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

  /art/runtime/base/
allocator.h 47 // Used by TrackedAllocators.
75 namespace TrackedAllocators {
101 } // namespace TrackedAllocators
136 TrackedAllocators::RegisterAllocation(GetTag(), size);
143 TrackedAllocators::RegisterFree(GetTag(), size);
allocator.cc 77 namespace TrackedAllocators {
99 } // namespace TrackedAllocators
  /art/runtime/
runtime.cc     [all...]

Completed in 99 milliseconds