HomeSort by relevance Sort by last modified time
    Searched refs:pagecount (Results 1 - 4 of 4) sorted by null

  /external/javasqlite/src/main/java/SQLite/
Backup.java 81 public int pagecount() throws SQLite.Exception { method in class:Backup
  /external/chromium_org/tools/deep_memory_profiler/lib/
pageframe.py 16 def __init__(self, pfn, size, pagecount, start_truncated, end_truncated):
19 self._pagecount = pagecount
44 pagecount = None
47 pagecount = struct.unpack(
58 return PageFrame(pfn, size, pagecount, start_truncated, end_truncated)
72 def pagecount(self): member in class:PageFrame
policy.py 183 a pagecount.
229 a pagecount.
331 if pageframe.pagecount:
332 if pageframe.pagecount == 1:
334 elif pageframe.pagecount <= group_pfn_counts.get(pageframe.pfn, 0) + 1:
  /external/chromium_org/third_party/tcmalloc/chromium/src/
deep-heap-profile.cc 177 uint64 pagecount = ReadPageCount(state.pfn); local
178 // Assume pagecount == 63 if the pageframe is mapped more than 63 times.
179 if (pagecount > 63)
180 pagecount = 63;
182 buffer->AppendBase64(pagecount, 1);
411 buffer.AppendString("PageFrame: 24,Base64,PageCount", 0);
    [all...]

Completed in 241 milliseconds