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

  /art/compiler/utils/
arena_allocator.cc 55 : num_allocations_(0u) {
61 num_allocations_ = other.num_allocations_;
68 ++num_allocations_;
73 return num_allocations_;
arena_allocator.h 96 size_t num_allocations_; member in class:art::ArenaAllocatorStatsImpl

Completed in 38 milliseconds