Home
last modified time | relevance | path

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

/external/compiler-rt/lib/esan/
Dworking_set.cpp222 static const u32 KilobyteCachelines = (0x1 << 10) / CacheLineSize; in getSizeForPrinting() local
223 static const u32 MegabyteCachelines = KilobyteCachelines << 10; in getSizeForPrinting()
228 } else if (NumOfCachelines > 10 * KilobyteCachelines) { in getSizeForPrinting()
230 return NumOfCachelines / KilobyteCachelines; in getSizeForPrinting()