Searched refs:table_bytes (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dmemory_region_map.cc226 const int table_bytes = kHashTableSize * sizeof(*bucket_table_); local
229 MyAllocator::Allocate(table_bytes));
231 memset(bucket_table_, 0, table_bytes);
H A Dheap-profile-table.cc140 const int table_bytes = kHashTableSize * sizeof(*bucket_table_); local
141 bucket_table_ = static_cast<Bucket**>(alloc_(table_bytes));
142 memset(bucket_table_, 0, table_bytes);

Completed in 3125 milliseconds