Home
last modified time | relevance | path

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

/system/core/libmemunreachable/
DMemUnreachable.cpp262 static inline const char* plural(T val) { in plural() function
402 info.leak_bytes, info.num_leaks, plural(info.num_leaks), in GetUnreachableMemory()
403 info.allocation_bytes, info.num_allocations, plural(info.num_allocations)); in GetUnreachableMemory()
418 oss << " in " << referenced_count << " allocation" << plural(referenced_count); in ToString()
424 oss << " in " << similar_count << " allocation" << plural(similar_count); in ToString()
428 … oss << " in " << similar_referenced_count << " allocation" << plural(similar_referenced_count); in ToString()
491 oss << num_leaks << " unreachable allocation" << plural(num_leaks); in ToString()