OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 181 milliseconds