Searched refs:AllocatorTag (Results 1 – 5 of 5) sorted by relevance
/art/libartbase/base/ |
D | allocator.h | 45 enum AllocatorTag { enum 70 std::ostream& operator<<(std::ostream& os, const AllocatorTag& tag); 88 inline void RegisterAllocation(AllocatorTag tag, size_t bytes) { in RegisterAllocation() 98 inline void RegisterFree(AllocatorTag tag, size_t bytes) { in RegisterFree() 105 template<class T, AllocatorTag kTag> 146 static constexpr AllocatorTag GetTag() { in GetTag() 151 template<class T, AllocatorTag kTag>
|
D | tracking_safe_map.h | 25 template<class Key, class T, AllocatorTag kTag, class Compare = std::less<Key>>
|
D | allocator.cc | 90 os << static_cast<AllocatorTag>(i) << " active=" << bytes_used << " max=" in Dump()
|
D | mem_map.cc | 53 template<class Key, class T, AllocatorTag kTag, class Compare = std::less<Key>>
|
/art/runtime/gc/allocator/ |
D | rosalloc.h | 710 template<class Key, AllocatorTag kTag, class Compare = std::less<Key>>
|