Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc69 static uint16_t CappedAllocRecordCount(size_t alloc_record_count) { in CappedAllocRecordCount() argument
70 if (alloc_record_count > 0xffff) { in CappedAllocRecordCount()
73 return alloc_record_count; in CappedAllocRecordCount()