Home
last modified time | relevance | path

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

/external/chromium_org/tools/deep_memory_profiler/tests/
Ddmprof_test.py182 self.assertEqual('malloc-v8', policy.find_malloc(bucket1))
183 self.assertEqual('malloc-WebKit', policy.find_malloc(bucket2))
184 self.assertEqual('malloc-catch-all', policy.find_malloc(bucket3))
/external/chromium_org/tools/deep_memory_profiler/subcommands/
Dpprof.py101 component_match = policy.find_malloc(bucket)
145 component_match = policy.find_malloc(bucket)
Dexpand.py99 component_match = policy.find_malloc(bucket)
Dpolicies.py191 component_match = policy.find_malloc(bucket)
/external/chromium_org/tools/deep_memory_profiler/lib/
Dpolicy.py135 def find_malloc(self, bucket): member in Policy