OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_allocation_stack_size_
(Results
1 - 2
of
2
) sorted by null
/art/runtime/gc/
heap.cc
180
max_allocation_stack_size_
(kGCALotMode ? kGcAlotAllocationStackSize
399
const size_t alloc_stack_capacity =
max_allocation_stack_size_
+ kAllocationStackReserveSize;
401
"allocation stack",
max_allocation_stack_size_
, alloc_stack_capacity));
403
"live stack",
max_allocation_stack_size_
, alloc_stack_capacity));
[
all
...]
heap.h
973
const size_t
max_allocation_stack_size_
;
member in class:art::gc::Heap
[
all
...]
Completed in 54 milliseconds