Home
last modified time | relevance | path

Searched refs:kDefaultAllocStackDepth (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/
Dallocation_record.h205 static constexpr size_t kDefaultAllocStackDepth = 16; variable
301 size_t max_stack_depth_ = kDefaultAllocStackDepth;
Dheap.cc351 alloc_record_depth_(AllocRecordObjectMap::kDefaultAllocStackDepth), in Heap()