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

/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-profile-table.cc131 const int alloc_table_bytes = kHashTableSize * sizeof(*alloc_table_); local
132 alloc_table_ = reinterpret_cast<Bucket**>(alloc_(alloc_table_bytes));
133 memset(alloc_table_, 0, alloc_table_bytes);

Completed in 101 milliseconds