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 - 3
of
3
) sorted by null
/art/runtime/gc/
heap-inl.h
305
if (UNLIKELY(new_footprint >
max_allowed_footprint_
)) {
314
VLOG(heap) << "Growing heap from " << PrettySize(
max_allowed_footprint_
) << " to "
316
max_allowed_footprint_
= new_footprint;
heap.cc
154
max_allowed_footprint_
(initial_size),
416
CHECK_NE(
max_allowed_footprint_
, 0U);
[
all
...]
heap.h
436
return
max_allowed_footprint_
- GetBytesAllocated();
884
size_t
max_allowed_footprint_
;
member in class:art::gc::Heap
[
all
...]
Completed in 322 milliseconds