OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaximumKeptSegmentSize
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/
zone.h
52
// small (size <=
kMaximumKeptSegmentSize
) segment around if it finds one.
85
static const size_t
kMaximumKeptSegmentSize
= 64 * KB;
zone.cc
137
if (!keep && current->size() <=
kMaximumKeptSegmentSize
) {
Completed in 119 milliseconds