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

  /art/runtime/base/
allocator.cc 75 namespace TrackedAllocators {
97 } // namespace TrackedAllocators
allocator.h 49 // Used by TrackedAllocators.
78 namespace TrackedAllocators {
104 } // namespace TrackedAllocators
136 TrackedAllocators::RegisterAllocation(GetTag(), size);
143 TrackedAllocators::RegisterFree(GetTag(), size);

Completed in 81 milliseconds