Home | History | Annotate | Download | only in subcommands

Lines Matching refs:bucket

87       component_match, bucket = policy.find_mmap(region, bucket_set)
97 bucket = bucket_set.get(bucket_id)
98 if not bucket or bucket.allocator_type == 'malloc':
99 component_match = policy.find_malloc(bucket)
100 elif bucket.allocator_type == 'mmap':
104 if (not bucket or
127 component_match, bucket = policy.find_mmap(region, bucket_set)
135 for address in bucket.stacktrace:
140 bucket = bucket_set.get(bucket_id)
141 if not bucket or bucket.allocator_type == 'malloc':
142 component_match = policy.find_malloc(bucket)
143 elif bucket.allocator_type == 'mmap':
147 if (not bucket or
153 for address in bucket.stacktrace: