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

  /art/runtime/
common_runtime_test.cc 204 std::string max_heap_string(StringPrintf("-Xmx%zdm", gc::Heap::kDefaultMaximumSize / MB));
parsed_options.cc 182 heap_maximum_size_ = gc::Heap::kDefaultMaximumSize;
    [all...]
  /art/runtime/gc/
heap.h 135 static constexpr size_t kDefaultMaximumSize = 256 * MB;
    [all...]

Completed in 241 milliseconds