Searched refs:find_malloc (Results 1 – 5 of 5) sorted by relevance
182 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))
101 component_match = policy.find_malloc(bucket)145 component_match = policy.find_malloc(bucket)
99 component_match = policy.find_malloc(bucket)
191 component_match = policy.find_malloc(bucket)
135 def find_malloc(self, bucket): member in Policy