Searched defs:AllocatorTag (Results 1 - 1 of 1) sorted by relevance

/art/runtime/base/
H A Dallocator.h48 enum AllocatorTag { enum in namespace:art
73 std::ostream& operator<<(std::ostream& os, const AllocatorTag& tag);
89 inline void RegisterAllocation(AllocatorTag tag, size_t bytes) {
97 inline void RegisterFree(AllocatorTag tag, size_t bytes) {
104 template<class T, AllocatorTag kTag>
147 static constexpr AllocatorTag GetTag() {
152 template<class T, AllocatorTag kTag>
160 template<class Key, class T, AllocatorTag kTag, class Compare = std::less<Key>>
165 template<class Key, AllocatorTag kTag, class Compare = std::less<Key>>

Completed in 55 milliseconds