Home
last modified time | relevance | path

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

/art/runtime/base/
Dallocator.h47 enum AllocatorTag { enum
71 std::ostream& operator<<(std::ostream& os, const AllocatorTag& tag);
77 static void RegisterAllocation(AllocatorTag tag, uint64_t bytes) { in RegisterAllocation()
82 static void RegisterFree(AllocatorTag tag, uint64_t bytes) { in RegisterFree()
93 template<class T, AllocatorTag kTag>
134 static AllocatorTag GetTag() { in GetTag()
139 template<class T, AllocatorTag kTag>
147 template<class Key, class T, AllocatorTag kTag, class Compare = std::less<Key>>
Dallocator.cc87 os << static_cast<AllocatorTag>(i) << " active=" << bytes_used << " max=" in Dump()
/art/runtime/
Dsafe_map.h134 template<class Key, class T, AllocatorTag kTag, class Compare = std::less<Key>>