Home
last modified time | relevance | path

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

/external/chromium_org/third_party/tcmalloc/chromium/src/
Ddeep-heap-profile.h193 kpagecount_fd_(kIllegalRawFD) {} in MemoryInfoGetterLinux()
232 RawFD kpagecount_fd_; variable
Ddeep-heap-profile.cc132 kpagecount_fd_ = open(filename, O_RDONLY); in Initialize()
133 if (kpagecount_fd_ == -1) in Initialize()
226 int64 offset = lseek64(kpagecount_fd_, index, SEEK_SET); in ReadPageCount()
230 int result = read(kpagecount_fd_, &kpagecount_value, KPAGECOUNT_BYTES); in ReadPageCount()
279 return kpagecount_fd_ != -1; in IsPageCountAvailable()