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

  /art/runtime/
common_test.h 297 std::string max_heap_string(StringPrintf("-Xmx%zdm", gc::Heap::kDefaultMaximumSize / MB));
runtime.cc 336 parsed->heap_maximum_size_ = gc::Heap::kDefaultMaximumSize;
    [all...]
  /art/runtime/gc/
heap.h 107 static constexpr size_t kDefaultMaximumSize = 32 * MB;

Completed in 242 milliseconds