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

  /external/chromium_org/base/allocator/
win_allocator.cc 47 return HeapSize(win_heap, 0, ptr);
  /art/runtime/gc/accounting/
space_bitmap.h 159 uint64_t HeapSize() const {
169 return static_cast<uint64_t>(HeapBegin()) + HeapSize();

Completed in 149 milliseconds