Home
last modified time | relevance | path

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

/external/chromium_org/third_party/tcmalloc/chromium/src/
Ddeep-heap-profile.cc45 static const int KPAGECOUNT_BYTES = 8; variable
225 int64 index = pfn * KPAGECOUNT_BYTES; in ReadPageCount()
230 int result = read(kpagecount_fd_, &kpagecount_value, KPAGECOUNT_BYTES); in ReadPageCount()
231 if (result != KPAGECOUNT_BYTES) in ReadPageCount()