Bucket 67 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc typedef QuotaLimitHeuristic::Bucket Bucket; Bucket 711 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc Bucket* GetBucket(const BucketIdType& id) { Bucket 712 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc Bucket* b = buckets_[id]; Bucket 714 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc b = new Bucket(); Bucket 720 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc std::map<BucketIdType, Bucket*> buckets_; Bucket 63 chrome/browser/extensions/api/metrics_private/metrics_apitest.cc Bucket buckets[10]; Bucket 128 chrome/browser/extensions/api/metrics_private/metrics_apitest.cc const Bucket& bucket = sparse_histogram.buckets[j]; Bucket 2105 chrome/browser/extensions/api/web_request/web_request_api.cc virtual bool Apply(Bucket* bucket, Bucket 2116 chrome/browser/extensions/api/web_request/web_request_api.cc void OnPageLoad(Bucket* bucket); Bucket 2127 chrome/browser/extensions/api/web_request/web_request_api.cc bool ClearCacheQuotaHeuristic::Apply(Bucket* bucket, Bucket 2147 chrome/browser/extensions/api/web_request/web_request_api.cc void ClearCacheQuotaHeuristic::OnPageLoad(Bucket* bucket) { Bucket 142 chrome/common/metrics/metrics_log_base.cc HistogramEventProto::Bucket* bucket = histogram_proto->add_bucket(); Bucket 150 chrome/common/metrics/metrics_log_base.cc HistogramEventProto::Bucket* bucket = histogram_proto->mutable_bucket(i); Bucket 104 extensions/browser/quota_service.cc void QuotaLimitHeuristic::Bucket::Reset(const Config& config, Bucket 149 extensions/browser/quota_service.cc bool QuotaService::TimedLimit::Apply(Bucket* bucket, Bucket 157 extensions/browser/quota_service.cc bool QuotaService::SustainedLimit::Apply(Bucket* bucket, Bucket 120 extensions/browser/quota_service.h class Bucket { Bucket 122 extensions/browser/quota_service.h Bucket() : num_tokens_(0) {} Bucket 142 extensions/browser/quota_service.h DISALLOW_COPY_AND_ASSIGN(Bucket); Bucket 144 extensions/browser/quota_service.h typedef std::list<Bucket*> BucketList; Bucket 171 extensions/browser/quota_service.h Bucket bucket_; Bucket 196 extensions/browser/quota_service.h virtual bool Apply(Bucket* bucket, const base::TimeTicks& event_time) = 0; Bucket 218 extensions/browser/quota_service.h virtual bool Apply(Bucket* bucket, Bucket 231 extensions/browser/quota_service.h virtual bool Apply(Bucket* bucket, Bucket 20 extensions/browser/quota_service_unittest.cc typedef QuotaLimitHeuristic::Bucket Bucket; Bucket 45 extensions/browser/quota_service_unittest.cc buckets_[id] = new Bucket(); Bucket 51 extensions/browser/quota_service_unittest.cc typedef std::map<int, Bucket*> BucketMap; Bucket 151 extensions/browser/quota_service_unittest.cc Bucket* b, Bucket 176 extensions/browser/quota_service_unittest.cc Bucket b; Bucket 196 extensions/browser/quota_service_unittest.cc Bucket bucket; Bucket 44 gpu/command_buffer/client/query_tracker.cc Bucket* bucket = new Bucket(syncs); Bucket 74 gpu/command_buffer/client/query_tracker.cc std::deque<Bucket*> new_buckets; Bucket 76 gpu/command_buffer/client/query_tracker.cc Bucket* bucket = buckets_.front(); Bucket 33 gpu/command_buffer/client/query_tracker.h explicit Bucket(QuerySync* sync_mem) Bucket 41 gpu/command_buffer/client/query_tracker.h QueryInfo(Bucket* bucket, int32 id, uint32 offset, QuerySync* sync_mem) Bucket 55 gpu/command_buffer/client/query_tracker.h Bucket* bucket; Bucket 70 gpu/command_buffer/client/query_tracker.h std::deque<Bucket*> buckets_; Bucket 106 gpu/command_buffer/client/query_tracker_unittest.cc QuerySyncManager::Bucket* GetBucket(QueryTracker::Query* query) { Bucket 189 gpu/command_buffer/client/query_tracker_unittest.cc QuerySyncManager::Bucket* bucket = GetBucket(query); Bucket 10 gpu/command_buffer/service/common_decoder.cc CommonDecoder::Bucket::Bucket() : size_(0) {} Bucket 12 gpu/command_buffer/service/common_decoder.cc CommonDecoder::Bucket::~Bucket() {} Bucket 14 gpu/command_buffer/service/common_decoder.cc void* CommonDecoder::Bucket::GetData(size_t offset, size_t size) const { Bucket 21 gpu/command_buffer/service/common_decoder.cc void CommonDecoder::Bucket::SetSize(size_t size) { Bucket 29 gpu/command_buffer/service/common_decoder.cc bool CommonDecoder::Bucket::SetData( Bucket 38 gpu/command_buffer/service/common_decoder.cc void CommonDecoder::Bucket::SetFromString(const char* str) { Bucket 50 gpu/command_buffer/service/common_decoder.cc bool CommonDecoder::Bucket::GetAsString(std::string* str) { Bucket 83 gpu/command_buffer/service/common_decoder.cc CommonDecoder::Bucket* CommonDecoder::GetBucket(uint32 bucket_id) const { Bucket 88 gpu/command_buffer/service/common_decoder.cc CommonDecoder::Bucket* CommonDecoder::CreateBucket(uint32 bucket_id) { Bucket 89 gpu/command_buffer/service/common_decoder.cc Bucket* bucket = GetBucket(bucket_id); Bucket 91 gpu/command_buffer/service/common_decoder.cc bucket = new Bucket(); Bucket 92 gpu/command_buffer/service/common_decoder.cc buckets_[bucket_id] = linked_ptr<Bucket>(bucket); Bucket 188 gpu/command_buffer/service/common_decoder.cc Bucket* bucket = CreateBucket(bucket_id); Bucket 204 gpu/command_buffer/service/common_decoder.cc Bucket* bucket = GetBucket(bucket_id); Bucket 225 gpu/command_buffer/service/common_decoder.cc Bucket* bucket = GetBucket(bucket_id); Bucket 259 gpu/command_buffer/service/common_decoder.cc Bucket* bucket = GetBucket(bucket_id); Bucket 283 gpu/command_buffer/service/common_decoder.cc Bucket* bucket = GetBucket(bucket_id); Bucket 51 gpu/command_buffer/service/common_decoder.h class GPU_EXPORT Bucket { Bucket 53 gpu/command_buffer/service/common_decoder.h Bucket(); Bucket 54 gpu/command_buffer/service/common_decoder.h ~Bucket(); Bucket 94 gpu/command_buffer/service/common_decoder.h DISALLOW_COPY_AND_ASSIGN(Bucket); Bucket 108 gpu/command_buffer/service/common_decoder.h Bucket* CreateBucket(uint32 bucket_id); Bucket 111 gpu/command_buffer/service/common_decoder.h Bucket* GetBucket(uint32 bucket_id) const; Bucket 168 gpu/command_buffer/service/common_decoder.h typedef std::map<uint32, linked_ptr<Bucket> > BucketMap; Bucket 12 gpu/command_buffer/service/common_decoder_unittest.cc CommonDecoder::Bucket bucket; Bucket 18 gpu/command_buffer/service/common_decoder_unittest.cc CommonDecoder::Bucket bucket; Bucket 26 gpu/command_buffer/service/common_decoder_unittest.cc CommonDecoder::Bucket bucket; Bucket 39 gpu/command_buffer/service/common_decoder_unittest.cc CommonDecoder::Bucket bucket; Bucket 66 gpu/command_buffer/service/common_decoder_unittest.cc CommonDecoder::Bucket* GetBucket(uint32 id) const { Bucket 228 gpu/command_buffer/service/common_decoder_unittest.cc CommonDecoder::Bucket* bucket; Bucket 256 gpu/command_buffer/service/common_decoder_unittest.cc CommonDecoder::Bucket* bucket = decoder_.GetBucket(kBucketId); Bucket 314 gpu/command_buffer/service/common_decoder_unittest.cc CommonDecoder::Bucket* bucket = decoder_.GetBucket(kBucketId); Bucket 4708 gpu/command_buffer/service/gles2_cmd_decoder.cc Bucket* bucket = GetBucket(c.name_bucket_id); Bucket 4774 gpu/command_buffer/service/gles2_cmd_decoder.cc Bucket* bucket = GetBucket(c.name_bucket_id); Bucket 6684 gpu/command_buffer/service/gles2_cmd_decoder.cc Bucket* bucket = GetBucket(c.data_bucket_id); Bucket 6742 gpu/command_buffer/service/gles2_cmd_decoder.cc Bucket* bucket = CreateBucket(bucket_id); Bucket 6757 gpu/command_buffer/service/gles2_cmd_decoder.cc Bucket* bucket = CreateBucket(bucket_id); Bucket 6774 gpu/command_buffer/service/gles2_cmd_decoder.cc Bucket* bucket = CreateBucket(bucket_id); Bucket 6789 gpu/command_buffer/service/gles2_cmd_decoder.cc Bucket* bucket = CreateBucket(bucket_id); Bucket 7606 gpu/command_buffer/service/gles2_cmd_decoder.cc Bucket* bucket = GetBucket(c.name_bucket_id); Bucket 7665 gpu/command_buffer/service/gles2_cmd_decoder.cc Bucket* bucket = GetBucket(c.name_bucket_id); Bucket 7738 gpu/command_buffer/service/gles2_cmd_decoder.cc Bucket* bucket = CreateBucket(c.bucket_id); Bucket 8123 gpu/command_buffer/service/gles2_cmd_decoder.cc Bucket* bucket = GetBucket(c.bucket_id); Bucket 8148 gpu/command_buffer/service/gles2_cmd_decoder.cc Bucket* bucket = GetBucket(c.bucket_id); Bucket 8930 gpu/command_buffer/service/gles2_cmd_decoder.cc Bucket* bucket = CreateBucket(name_bucket_id); Bucket 8965 gpu/command_buffer/service/gles2_cmd_decoder.cc Bucket* bucket = CreateBucket(name_bucket_id); Bucket 9128 gpu/command_buffer/service/gles2_cmd_decoder.cc Bucket* bucket = GetBucket(c.bucket_id); Bucket 9176 gpu/command_buffer/service/gles2_cmd_decoder.cc Bucket* bucket = CreateBucket(c.bucket_id); Bucket 9185 gpu/command_buffer/service/gles2_cmd_decoder.cc Bucket* bucket = GetBucket(c.bucket_id); Bucket 9307 gpu/command_buffer/service/gles2_cmd_decoder.cc Bucket* bucket = CreateBucket(bucket_id); Bucket 10317 gpu/command_buffer/service/gles2_cmd_decoder.cc Bucket* bucket = GetBucket(c.bucket_id); Bucket 2998 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h Bucket* bucket = GetBucket(bucket_id); Bucket 3014 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h Bucket* bucket = GetBucket(bucket_id); Bucket 1557 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc CommonDecoder::Bucket* bucket = decoder_->GetBucket(kBucketId); Bucket 1637 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc CommonDecoder::Bucket* bucket = decoder_->GetBucket(kBucketId); Bucket 1724 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc CommonDecoder::Bucket* bucket = decoder_->GetBucket(kBucketId); Bucket 1808 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc CommonDecoder::Bucket* bucket = decoder_->GetBucket(kBucketId); Bucket 1854 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc CommonDecoder::Bucket* bucket = decoder_->GetBucket(kOutBucketId); Bucket 5177 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc CommonDecoder::Bucket* bucket = decoder_->CreateBucket(kBucketId); Bucket 5327 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc CommonDecoder::Bucket* bucket = decoder_->CreateBucket(kBucketId); Bucket 5436 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc CommonDecoder::Bucket* bucket = decoder_->GetBucket(kBucketId); Bucket 5442 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc CommonDecoder::Bucket* bucket = decoder_->GetBucket(kBucketId); Bucket 1497 gpu/command_buffer/service/gles2_cmd_decoder_unittest_1_autogen.h CommonDecoder::Bucket* bucket = decoder_->GetBucket(kBucketId); Bucket 870 gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc CommonDecoder::Bucket* bucket = decoder_->CreateBucket(bucket_id); Bucket 1219 gpu/command_buffer/service/program_manager.cc ProgramManager* manager, CommonDecoder::Bucket* bucket) const { Bucket 149 gpu/command_buffer/service/program_manager.h ProgramManager* manager, CommonDecoder::Bucket* bucket) const; Bucket 1026 gpu/command_buffer/service/program_manager_unittest.cc CommonDecoder::Bucket bucket; Bucket 1084 gpu/command_buffer/service/program_manager_unittest.cc CommonDecoder::Bucket bucket; Bucket 628 third_party/tcmalloc/chromium/src/deep-heap-profile.cc Bucket* bucket, Bucket 683 third_party/tcmalloc/chromium/src/deep-heap-profile.cc Bucket* bucket = deep_bucket->bucket; Bucket 706 third_party/tcmalloc/chromium/src/deep-heap-profile.cc Bucket* bucket = deep_bucket->bucket; Bucket 1104 third_party/tcmalloc/chromium/src/deep-heap-profile.cc Bucket* bucket = MemoryRegionMap::GetBucket( Bucket 80 third_party/tcmalloc/chromium/src/deep-heap-profile.h typedef HeapProfileTable::Bucket Bucket; Bucket 244 third_party/tcmalloc/chromium/src/deep-heap-profile.h Bucket* bucket; Bucket 265 third_party/tcmalloc/chromium/src/deep-heap-profile.h DeepBucket* Lookup(Bucket* bucket, Bucket 141 third_party/tcmalloc/chromium/src/heap-profile-table.cc bucket_table_ = static_cast<Bucket**>(alloc_(table_bytes)); Bucket 161 third_party/tcmalloc/chromium/src/heap-profile-table.cc for (Bucket* curr = bucket_table_[i]; curr != 0; /**/) { Bucket 162 third_party/tcmalloc/chromium/src/heap-profile-table.cc Bucket* bucket = curr; Bucket 172 third_party/tcmalloc/chromium/src/heap-profile-table.cc HeapProfileTable::Bucket* HeapProfileTable::GetBucket(int depth, Bucket 186 third_party/tcmalloc/chromium/src/heap-profile-table.cc for (Bucket* b = bucket_table_[buck]; b != 0; b = b->next) { Bucket 198 third_party/tcmalloc/chromium/src/heap-profile-table.cc Bucket* b = reinterpret_cast<Bucket*>(alloc_(sizeof(Bucket))); Bucket 218 third_party/tcmalloc/chromium/src/heap-profile-table.cc Bucket* b = GetBucket(stack_depth, call_stack); Bucket 233 third_party/tcmalloc/chromium/src/heap-profile-table.cc Bucket* b = v.bucket(); Bucket 302 third_party/tcmalloc/chromium/src/heap-profile-table.cc int HeapProfileTable::UnparseBucket(const Bucket& b, Bucket 335 third_party/tcmalloc/chromium/src/heap-profile-table.cc HeapProfileTable::Bucket** Bucket 337 third_party/tcmalloc/chromium/src/heap-profile-table.cc Bucket** list = static_cast<Bucket**>(alloc_(sizeof(Bucket) * num_buckets_)); Bucket 341 third_party/tcmalloc/chromium/src/heap-profile-table.cc for (Bucket* curr = bucket_table_[i]; curr != 0; curr = curr->next) { Bucket 389 third_party/tcmalloc/chromium/src/heap-profile-table.cc Bucket** list = MakeSortedBucketList(); Bucket 401 third_party/tcmalloc/chromium/src/heap-profile-table.cc Bucket** list = MakeSortedBucketList(); Bucket 448 third_party/tcmalloc/chromium/src/heap-profile-table.cc void HeapProfileTable::DumpBucketIterator(const Bucket* bucket, Bucket 499 third_party/tcmalloc/chromium/src/heap-profile-table.cc Bucket b; Bucket 515 third_party/tcmalloc/chromium/src/heap-profile-table.cc Bucket b; Bucket 560 third_party/tcmalloc/chromium/src/heap-profile-table.cc const Bucket& total, Bucket 646 third_party/tcmalloc/chromium/src/heap-profile-table.cc Bucket* bucket; Bucket 658 third_party/tcmalloc/chromium/src/heap-profile-table.cc map<Bucket*, Entry> buckets_; Bucket 691 third_party/tcmalloc/chromium/src/heap-profile-table.cc for (map<Bucket*,Entry>::const_iterator iter = state.buckets_.begin(); Bucket 242 third_party/tcmalloc/chromium/src/heap-profile-table.h Bucket* bucket() const { Bucket 243 third_party/tcmalloc/chromium/src/heap-profile-table.h return reinterpret_cast<Bucket*>(bucket_rep & ~uintptr_t(kMask)); Bucket 246 third_party/tcmalloc/chromium/src/heap-profile-table.h void set_bucket(Bucket* b) { bucket_rep = reinterpret_cast<uintptr_t>(b); } Bucket 366 third_party/tcmalloc/chromium/src/heap-profile-table.h static int UnparseBucket(const Bucket& b, Bucket 373 third_party/tcmalloc/chromium/src/heap-profile-table.h Bucket* GetBucket(int depth, const void* const key[]); Bucket 389 third_party/tcmalloc/chromium/src/heap-profile-table.h inline static void DumpBucketIterator(const Bucket* bucket, Bucket 425 third_party/tcmalloc/chromium/src/heap-profile-table.h Bucket** MakeSortedBucketList() const; Bucket 445 third_party/tcmalloc/chromium/src/heap-profile-table.h const Bucket& total, Bucket 456 third_party/tcmalloc/chromium/src/heap-profile-table.h Bucket total_; Bucket 464 third_party/tcmalloc/chromium/src/heap-profile-table.h Bucket** bucket_table_; Bucket 498 third_party/tcmalloc/chromium/src/heap-profile-table.h Bucket total_; Bucket 113 third_party/tcmalloc/chromium/src/profiledata.cc hash_ = new Bucket[kBuckets]; Bucket 171 third_party/tcmalloc/chromium/src/profiledata.cc Bucket* bucket = &hash_[b]; Bucket 246 third_party/tcmalloc/chromium/src/profiledata.cc Bucket* bucket = &hash_[b]; Bucket 280 third_party/tcmalloc/chromium/src/profiledata.cc Bucket* bucket = &hash_[h % kBuckets]; Bucket 164 third_party/tcmalloc/chromium/src/profiledata.h Bucket* hash_; // hash table Bucket 44 third_party/tcmalloc/chromium/src/stack_trace_table.cc bool StackTraceTable::Bucket::KeyEqual(uintptr_t h, Bucket 59 third_party/tcmalloc/chromium/src/stack_trace_table.cc table_(new Bucket*[kHashTableSize]()) { Bucket 60 third_party/tcmalloc/chromium/src/stack_trace_table.cc memset(table_, 0, kHashTableSize * sizeof(Bucket*)); Bucket 84 third_party/tcmalloc/chromium/src/stack_trace_table.cc Bucket* b = table_[idx]; Bucket 127 third_party/tcmalloc/chromium/src/stack_trace_table.cc Bucket* b = table_[i]; Bucket 147 third_party/tcmalloc/chromium/src/stack_trace_table.cc Bucket* b = table_[i]; Bucket 149 third_party/tcmalloc/chromium/src/stack_trace_table.cc Bucket* next = b->next; Bucket 71 third_party/tcmalloc/chromium/src/stack_trace_table.h Bucket* next; Bucket 86 third_party/tcmalloc/chromium/src/stack_trace_table.h Bucket** table_; Bucket 48 third_party/tcmalloc/chromium/src/static_vars.cc PageHeapAllocator<StackTraceTable::Bucket> Static::bucket_allocator_; Bucket 81 third_party/tcmalloc/chromium/src/static_vars.h static PageHeapAllocator<StackTraceTable::Bucket>* bucket_allocator() { Bucket 98 third_party/tcmalloc/chromium/src/static_vars.h static PageHeapAllocator<StackTraceTable::Bucket> bucket_allocator_; Bucket 132 third_party/tcmalloc/vendor/src/heap-profile-table.cc alloc_table_ = reinterpret_cast<Bucket**>(alloc_(alloc_table_bytes)); Bucket 164 third_party/tcmalloc/vendor/src/heap-profile-table.cc void HeapProfileTable::DeallocateBucketTable(Bucket** table) { Bucket 167 third_party/tcmalloc/vendor/src/heap-profile-table.cc for (Bucket* x = table[b]; x != 0; /**/) { Bucket 168 third_party/tcmalloc/vendor/src/heap-profile-table.cc Bucket* b = x; Bucket 178 third_party/tcmalloc/vendor/src/heap-profile-table.cc HeapProfileTable::Bucket* HeapProfileTable::GetBucket( Bucket 179 third_party/tcmalloc/vendor/src/heap-profile-table.cc int depth, const void* const key[], Bucket** table, Bucket 193 third_party/tcmalloc/vendor/src/heap-profile-table.cc for (Bucket* b = table[buck]; b != 0; b = b->next) { Bucket 205 third_party/tcmalloc/vendor/src/heap-profile-table.cc Bucket* b = reinterpret_cast<Bucket*>(alloc_(sizeof(Bucket))); Bucket 227 third_party/tcmalloc/vendor/src/heap-profile-table.cc Bucket* b = GetBucket(stack_depth, call_stack, alloc_table_, Bucket 243 third_party/tcmalloc/vendor/src/heap-profile-table.cc Bucket* b = v.bucket(); Bucket 295 third_party/tcmalloc/vendor/src/heap-profile-table.cc int HeapProfileTable::UnparseBucket(const Bucket& b, Bucket 327 third_party/tcmalloc/vendor/src/heap-profile-table.cc HeapProfileTable::Bucket** Bucket 329 third_party/tcmalloc/vendor/src/heap-profile-table.cc Bucket** list = reinterpret_cast<Bucket**>(alloc_(sizeof(Bucket) * Bucket 337 third_party/tcmalloc/vendor/src/heap-profile-table.cc for (Bucket* x = alloc_table_[b]; x != 0; x = x->next) { Bucket 345 third_party/tcmalloc/vendor/src/heap-profile-table.cc for (Bucket* x = mmap_table_[b]; x != 0; x = x->next) { Bucket 362 third_party/tcmalloc/vendor/src/heap-profile-table.cc mmap_table_ = reinterpret_cast<Bucket**>(alloc_(mmap_table_bytes)); Bucket 375 third_party/tcmalloc/vendor/src/heap-profile-table.cc Bucket* b = Bucket 401 third_party/tcmalloc/vendor/src/heap-profile-table.cc Bucket** list = MakeSortedBucketList(); Bucket 413 third_party/tcmalloc/vendor/src/heap-profile-table.cc Bucket** list = MakeSortedBucketList(); Bucket 435 third_party/tcmalloc/vendor/src/heap-profile-table.cc Bucket total_with_mmap(total_); Bucket 466 third_party/tcmalloc/vendor/src/heap-profile-table.cc Bucket b; Bucket 479 third_party/tcmalloc/vendor/src/heap-profile-table.cc Bucket* b = v->bucket(); Bucket 504 third_party/tcmalloc/vendor/src/heap-profile-table.cc const Bucket& total, Bucket 588 third_party/tcmalloc/vendor/src/heap-profile-table.cc Bucket* bucket; Bucket 600 third_party/tcmalloc/vendor/src/heap-profile-table.cc map<Bucket*, Entry> buckets_; Bucket 633 third_party/tcmalloc/vendor/src/heap-profile-table.cc for (map<Bucket*,Entry>::const_iterator iter = state.buckets_.begin(); Bucket 206 third_party/tcmalloc/vendor/src/heap-profile-table.h struct Bucket : public Stats { Bucket 210 third_party/tcmalloc/vendor/src/heap-profile-table.h Bucket* next; // Next entry in hash-table Bucket 216 third_party/tcmalloc/vendor/src/heap-profile-table.h Bucket* bucket() const { Bucket 217 third_party/tcmalloc/vendor/src/heap-profile-table.h return reinterpret_cast<Bucket*>(bucket_rep & ~uintptr_t(kMask)); Bucket 220 third_party/tcmalloc/vendor/src/heap-profile-table.h void set_bucket(Bucket* b) { bucket_rep = reinterpret_cast<uintptr_t>(b); } Bucket 272 third_party/tcmalloc/vendor/src/heap-profile-table.h static int UnparseBucket(const Bucket& b, Bucket 281 third_party/tcmalloc/vendor/src/heap-profile-table.h void DeallocateBucketTable(Bucket** table); Bucket 287 third_party/tcmalloc/vendor/src/heap-profile-table.h Bucket* GetBucket(int depth, const void* const key[], Bucket** table, Bucket 316 third_party/tcmalloc/vendor/src/heap-profile-table.h Bucket** MakeSortedBucketList() const; Bucket 336 third_party/tcmalloc/vendor/src/heap-profile-table.h const Bucket& total, Bucket 348 third_party/tcmalloc/vendor/src/heap-profile-table.h Bucket total_; Bucket 354 third_party/tcmalloc/vendor/src/heap-profile-table.h Bucket** alloc_table_; Bucket 360 third_party/tcmalloc/vendor/src/heap-profile-table.h Bucket** mmap_table_; Bucket 395 third_party/tcmalloc/vendor/src/heap-profile-table.h Bucket total_; Bucket 113 third_party/tcmalloc/vendor/src/profiledata.cc hash_ = new Bucket[kBuckets]; Bucket 171 third_party/tcmalloc/vendor/src/profiledata.cc Bucket* bucket = &hash_[b]; Bucket 246 third_party/tcmalloc/vendor/src/profiledata.cc Bucket* bucket = &hash_[b]; Bucket 280 third_party/tcmalloc/vendor/src/profiledata.cc Bucket* bucket = &hash_[h % kBuckets]; Bucket 164 third_party/tcmalloc/vendor/src/profiledata.h Bucket* hash_; // hash table Bucket 44 third_party/tcmalloc/vendor/src/stack_trace_table.cc bool StackTraceTable::Bucket::KeyEqual(uintptr_t h, Bucket 59 third_party/tcmalloc/vendor/src/stack_trace_table.cc table_(new Bucket*[kHashTableSize]()) { Bucket 60 third_party/tcmalloc/vendor/src/stack_trace_table.cc memset(table_, 0, kHashTableSize * sizeof(Bucket*)); Bucket 84 third_party/tcmalloc/vendor/src/stack_trace_table.cc Bucket* b = table_[idx]; Bucket 127 third_party/tcmalloc/vendor/src/stack_trace_table.cc Bucket* b = table_[i]; Bucket 147 third_party/tcmalloc/vendor/src/stack_trace_table.cc Bucket* b = table_[i]; Bucket 149 third_party/tcmalloc/vendor/src/stack_trace_table.cc Bucket* next = b->next; Bucket 71 third_party/tcmalloc/vendor/src/stack_trace_table.h Bucket* next; Bucket 86 third_party/tcmalloc/vendor/src/stack_trace_table.h Bucket** table_; Bucket 48 third_party/tcmalloc/vendor/src/static_vars.cc PageHeapAllocator<StackTraceTable::Bucket> Static::bucket_allocator_; Bucket 81 third_party/tcmalloc/vendor/src/static_vars.h static PageHeapAllocator<StackTraceTable::Bucket>* bucket_allocator() { Bucket 98 third_party/tcmalloc/vendor/src/static_vars.h static PageHeapAllocator<StackTraceTable::Bucket> bucket_allocator_;