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

/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-profile-table.cc360 static const int mmap_table_bytes = kHashTableSize * sizeof(*mmap_table_); local
362 mmap_table_ = reinterpret_cast<Bucket**>(alloc_(mmap_table_bytes));
363 memset(mmap_table_, 0, mmap_table_bytes);

Completed in 52 milliseconds