Searched refs:sizeToMB (Results 1 – 2 of 2) sorted by relevance
47 << sizeToMB(recordData_[(uint8_t)RecordData::START_OBJ_SIZE]) << " (" in PrintGCStatistic()48 << sizeToMB(recordData_[(uint8_t)RecordData::START_COMMIT_SIZE]) << ") -> " in PrintGCStatistic()49 << sizeToMB(recordData_[(uint8_t)RecordData::END_OBJ_SIZE]) << " (" in PrintGCStatistic()50 << sizeToMB(recordData_[(uint8_t)RecordData::END_COMMIT_SIZE]) << ") MB, " in PrintGCStatistic()146 … << STATS_DATA_FORMAT(sizeToMB(heapRegionAllocator->GetAnnoMemoryUsage())) << "MB\n" in PrintGCMemoryStatistic()148 … << STATS_DATA_FORMAT(sizeToMB(nativeAreaAllocator->GetNativeMemoryUsage())) << "MB\n" in PrintGCMemoryStatistic()
206 float sizeToMB(size_t size) in sizeToMB() function