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

  /art/runtime/base/
arena_allocator.h 75 class ArenaAllocatorStatsImpl;
78 class ArenaAllocatorStatsImpl<false> {
80 ArenaAllocatorStatsImpl() = default;
81 ArenaAllocatorStatsImpl(const ArenaAllocatorStatsImpl& other) = default;
82 ArenaAllocatorStatsImpl& operator = (const ArenaAllocatorStatsImpl& other) = delete;
84 void Copy(const ArenaAllocatorStatsImpl& other) { UNUSED(other); }
94 class ArenaAllocatorStatsImpl {
96 ArenaAllocatorStatsImpl();
    [all...]
arena_allocator.cc 34 const char* const ArenaAllocatorStatsImpl<kCount>::kAllocNames[] = {
64 ArenaAllocatorStatsImpl<kCount>::ArenaAllocatorStatsImpl()
70 void ArenaAllocatorStatsImpl<kCount>::Copy(const ArenaAllocatorStatsImpl& other) {
76 void ArenaAllocatorStatsImpl<kCount>::RecordAlloc(size_t bytes, ArenaAllocKind kind) {
82 size_t ArenaAllocatorStatsImpl<kCount>::NumAllocations() const {
87 size_t ArenaAllocatorStatsImpl<kCount>::BytesAllocated() const {
93 void ArenaAllocatorStatsImpl<kCount>::Dump(std::ostream& os, const Arena* first,
122 template class ArenaAllocatorStatsImpl<kArenaAllocatorCountAllocations>
    [all...]

Completed in 4297 milliseconds