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

  /art/runtime/gc/
heap.h 132 static constexpr size_t kDefaultLargeObjectThreshold = 3 * kPageSize;
    [all...]
heap.cc 209 large_object_threshold_ = kDefaultLargeObjectThreshold;
    [all...]

Completed in 314 milliseconds