Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc91 static uint16_t CappedAllocRecordCount(size_t alloc_record_count) { in CappedAllocRecordCount() argument
93 if (alloc_record_count > cap) { in CappedAllocRecordCount()
96 return alloc_record_count; in CappedAllocRecordCount()