/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
sysinfo.h | 136 const char *CurrentLine() const { return stext_; } 193 char *stext_; // start of text member in class:ProcMapsIterator
|
sysinfo.cc | 746 stext_ = etext_ = nextline_ = ibuf_; 832 stext_ = nextline_; 835 nextline_ = static_cast<char *>(memchr (stext_, '\n', etext_ - stext_)); 838 int count = etext_ - stext_; 841 memmove(ibuf_, stext_, count); 842 stext_ = ibuf_; 860 nextline_ = static_cast<char *>(memchr (stext_, '\n', etext_ + 1 - stext_)); 864 // stext_ now points at a nul-terminated lin [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
sysinfo.h | 136 const char *CurrentLine() const { return stext_; } 193 char *stext_; // start of text member in class:ProcMapsIterator
|
sysinfo.cc | 590 stext_ = etext_ = nextline_ = ibuf_; 676 stext_ = nextline_; 679 nextline_ = static_cast<char *>(memchr (stext_, '\n', etext_ - stext_)); 682 int count = etext_ - stext_; 685 memmove(ibuf_, stext_, count); 686 stext_ = ibuf_; 704 nextline_ = static_cast<char *>(memchr (stext_, '\n', etext_ + 1 - stext_)); 708 // stext_ now points at a nul-terminated lin [all...] |