Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceCfg.cpp1695 constexpr size_t _1MB = 1024 * 1024; in getTotalMemoryMB() local
1698 return Allocator->getTotalMemory() / _1MB; in getTotalMemoryMB()
1702 constexpr size_t _1MB = 1024 * 1024; in getLivenessMemoryMB() local
1706 return Live->getAllocator()->getTotalMemory() / _1MB; in getLivenessMemoryMB()
DIceGlobalContext.cpp265 static constexpr size_t _1MB = 1024 * 1024; in dump() local
266 Str << (MemUsed / _1MB) << " MB"; in dump()