OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_allowed_footprint_
(Results
1 - 2
of
2
) sorted by null
/art/runtime/gc/
heap.cc
93
max_allowed_footprint_
(initial_size),
229
concurrent_start_bytes_ =
max_allowed_footprint_
;
240
CHECK_NE(
max_allowed_footprint_
, 0U);
815
if (UNLIKELY(new_footprint >
max_allowed_footprint_
)) {
823
max_allowed_footprint_
= new_footprint;
[
all
...]
heap.h
587
size_t
max_allowed_footprint_
;
member in class:art::gc::Heap
Completed in 79 milliseconds