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

/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dsysinfo.h135 // systems. Prefer FormatLine() if that may be a concern.
155 static int FormatLine(char* buffer, int bufsize,
H A Dsysinfo.cc1074 int ProcMapsIterator::FormatLine(char* buffer, int bufsize, function in class:ProcMapsIterator
1112 const int line_length = it.FormatLine(buf + bytes_written,
1137 int written = it.FormatLine(linebuf.buf_, sizeof(linebuf.buf_),
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dsysinfo.h135 // systems. Prefer FormatLine() if that may be a concern.
155 static int FormatLine(char* buffer, int bufsize,
H A Dsysinfo.cc916 int ProcMapsIterator::FormatLine(char* buffer, int bufsize, function in class:ProcMapsIterator
953 const int line_length = it.FormatLine(buf + bytes_written,
978 int written = it.FormatLine(linebuf.buf_, sizeof(linebuf.buf_),
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dprofiledata.cc157 int written = it.FormatLine(linebuf.buf_, sizeof(linebuf.buf_),
H A Ddeep-heap-profile.cc816 int written = procmaps_iter.FormatLine(buffer, sizeof(buffer),
947 int written = procmaps_iter.FormatLine(buffer, sizeof(buffer),
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dprofiledata.cc157 int written = it.FormatLine(linebuf.buf_, sizeof(linebuf.buf_),

Completed in 107 milliseconds