Searched refs:AllocatorTag (Results 1 – 3 of 3) sorted by relevance
/art/runtime/base/ |
D | allocator.h | 47 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>>
|
D | allocator.cc | 87 os << static_cast<AllocatorTag>(i) << " active=" << bytes_used << " max=" in Dump()
|
/art/runtime/ |
D | safe_map.h | 134 template<class Key, class T, AllocatorTag kTag, class Compare = std::less<Key>>
|