Home
last modified time | relevance | path

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

/art/libartbase/base/
Dallocator.h45 enum AllocatorTag { enum
70 std::ostream& operator<<(std::ostream& os, 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>
Dtracking_safe_map.h25 template<class Key, class T, AllocatorTag kTag, class Compare = std::less<Key>>
Dallocator.cc90 os << static_cast<AllocatorTag>(i) << " active=" << bytes_used << " max=" in Dump()
Dmem_map.cc53 template<class Key, class T, AllocatorTag kTag, class Compare = std::less<Key>>
/art/runtime/gc/allocator/
Drosalloc.h711 template<class Key, AllocatorTag kTag, class Compare = std::less<Key>>