Searched refs:stext_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dsysinfo.h136 const char *CurrentLine() const { return stext_; }
193 char *stext_; // start of text member in class:ProcMapsIterator
H A Dsysinfo.cc746 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_ no
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dsysinfo.h136 const char *CurrentLine() const { return stext_; }
193 char *stext_; // start of text member in class:ProcMapsIterator
H A Dsysinfo.cc590 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_ no
[all...]

Completed in 91 milliseconds