Home
last modified time | relevance | path

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

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