HomeSort by relevance Sort by last modified time
    Searched refs:AllocatorTag (Results 1 - 3 of 3) sorted by null

  /art/runtime/base/
allocator.h 47 enum AllocatorTag {
71 std::ostream& operator<<(std::ostream& os, const AllocatorTag& tag);
77 static void RegisterAllocation(AllocatorTag tag, uint64_t bytes) {
82 static void RegisterFree(AllocatorTag tag, uint64_t bytes) {
93 template<class T, AllocatorTag kTag>
134 static AllocatorTag GetTag() {
139 template<class T, AllocatorTag kTag>
147 template<class Key, class T, AllocatorTag kTag, class Compare = std::less<Key>>
allocator.cc 87 os << static_cast<AllocatorTag>(i) << " active=" << bytes_used << " max="
  /art/runtime/
safe_map.h 134 template<class Key, class T, AllocatorTag kTag, class Compare = std::less<Key>>

Completed in 56 milliseconds