Searched refs:byte_suffix (Results 1 – 3 of 3) sorted by relevance
/system/core/debuggerd/libdebuggerd/ |
D | scudo.cpp | 184 const char* byte_suffix = "s"; in DumpReport() local 186 byte_suffix = ""; in DumpReport() 190 error_type_str, diff, byte_suffix, location_str, report->allocation_size, in DumpReport()
|
D | gwp_asan.cpp | 208 const char* byte_suffix = "s"; in DumpCause() local 210 byte_suffix = ""; in DumpCause() 214 error_string_, diff, byte_suffix, location_str, alloc_size, alloc_address); in DumpCause()
|
D | tombstone_proto.cpp | 176 const char* byte_suffix = "s"; in set_human_readable_cause() local 178 byte_suffix = ""; in set_human_readable_cause() 183 error_type_str, diff, byte_suffix, location_str, heap_object.size(), heap_object.address())); in set_human_readable_cause()
|