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

  /external/chromium_org/tools/deep_memory_profiler/lib/
policy.py 170 pageframe=None, group_pfn_counts=None):
184 group_pfn_counts: A dict mapping a PFN to the number of times the
199 sharedwith = self._categorize_pageframe(pageframe, group_pfn_counts)
221 def find_unhooked(self, region, pageframe=None, group_pfn_counts=None):
230 group_pfn_counts: A dict mapping a PFN to the number of times the
237 sharedwith = self._categorize_pageframe(pageframe, group_pfn_counts)
320 def _categorize_pageframe(pageframe, group_pfn_counts):
334 elif pageframe.pagecount <= group_pfn_counts.get(pageframe.pfn, 0) + 1:
339 if pageframe.pfn in group_pfn_counts:
sorter.py 57 pageframe=None, group_pfn_counts=None):
63 self._group_pfn_counts = group_pfn_counts
86 def group_pfn_counts(self): member in class:VMUnit
93 pageframe=None, group_pfn_counts=None):
95 region, pageframe, group_pfn_counts)
109 pageframe=None, group_pfn_counts=None):
111 region, pageframe, group_pfn_counts)

Completed in 39 milliseconds