Home
last modified time | relevance | path

Searched refs:TrackedAllocators (Results 1 – 3 of 3) sorted by relevance

/art/libartbase/base/
Dallocator.h72 namespace TrackedAllocators {
135 TrackedAllocators::RegisterAllocation(GetTag(), size);
142 TrackedAllocators::RegisterFree(GetTag(), size); in deallocate()
Dallocator.cc75 namespace TrackedAllocators { namespace
/art/runtime/
Druntime.cc2019 TrackedAllocators::Dump(os); in DumpForSigQuit()