Searched refs:NativeFormatFloat (Results 1 – 3 of 3) sorted by relevance
/system/extras/memory_replay/ |
D | NativeInfo.cpp | 44 void NativeFormatFloat(char* buffer, size_t buffer_len, uint64_t value, uint64_t divisor) { in NativeFormatFloat() function 116 NativeFormatFloat(buffer, sizeof(buffer), rss_bytes, 1024 * 1024); in NativePrintInfo() 118 NativeFormatFloat(buffer, sizeof(buffer), va_bytes, 1024 * 1024); in NativePrintInfo()
|
D | NativeInfo.h | 27 void NativeFormatFloat(char* buffer, size_t buffer_len, uint64_t value, uint64_t divisor);
|
D | main.cpp | 141 NativeFormatFloat(buffer, sizeof(buffer), total_nsecs, 1000000000); in ProcessDump()
|