Searched refs:alloc_record_count (Results 1 – 1 of 1) sorted by relevance
69 static uint16_t CappedAllocRecordCount(size_t alloc_record_count) { in CappedAllocRecordCount() argument70 if (alloc_record_count > 0xffff) { in CappedAllocRecordCount()73 return alloc_record_count; in CappedAllocRecordCount()