HomeSort by relevance Sort by last modified time
    Searched refs:kAssociativity (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/
profiledata.h 145 static const int kAssociativity = 4; // For hashtable
161 Entry entry[kAssociativity];
profiledata.cc 55 const int ProfileData::kAssociativity;
172 for (int a = 0; a < kAssociativity; a++) {
247 for (int a = 0; a < kAssociativity; a++) {
281 for (int a = 0; a < kAssociativity; a++) {
302 for (int a = 1; a < kAssociativity; a++) {
  /external/chromium_org/third_party/tcmalloc/vendor/src/
profiledata.h 145 static const int kAssociativity = 4; // For hashtable
161 Entry entry[kAssociativity];
profiledata.cc 55 const int ProfileData::kAssociativity;
172 for (int a = 0; a < kAssociativity; a++) {
247 for (int a = 0; a < kAssociativity; a++) {
281 for (int a = 0; a < kAssociativity; a++) {
302 for (int a = 1; a < kAssociativity; a++) {

Completed in 40 milliseconds