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

  /art/compiler/dex/
arena_allocator.cc 117 size_t ArenaAllocator::BytesAllocated() const {
176 const size_t bytes_allocated = BytesAllocated();
  /external/llvm/include/llvm/Support/
Allocator.h 119 /// BytesAllocated - This field tracks how many bytes we've allocated, so
121 size_t BytesAllocated;

Completed in 47 milliseconds