Searched refs:SIZES (Results 1 - 1 of 1) sorted by relevance

/gem5/src/mem/cache/tags/
H A Dfa_lru.cc422 static const char *SIZES[] = { "B", "kB", "MB", "GB", "TB", "ZB" }; local
424 while (size >= 1024 && div < (sizeof SIZES / sizeof *SIZES)) {
428 stream << size << SIZES[div]; local

Completed in 6 milliseconds