Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/common/py_utils/py_utils/
Dmemory_debug.py19 def FormatBytes(value): function
40 pinfo['mem_rss_fmt'] = FormatBytes(pinfo['mem_rss'])
60 FormatBytes(mem.used), FormatBytes(mem.total))
80 group['total_mem_rss_fmt'] = FormatBytes(group['total_mem_rss'])
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp627 const char *FormatBytes = FormatStrRef.data(); in checkFortifiedBuiltinMemoryFunction() local
637 H, FormatBytes, FormatBytes + StrLen, getLangOpts(), in checkFortifiedBuiltinMemoryFunction()