Searched defs:kMaxNumTransferEntries (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dcentral_freelist.h91 // A central cache freelist can have anywhere from 0 to kMaxNumTransferEntries
95 static const int kMaxNumTransferEntries = 0; member in class:tcmalloc::CentralFreeList
100 static const int kMaxNumTransferEntries = 64; member in class:tcmalloc::CentralFreeList
165 // kMaxNumTransferEntries, so there is some wasted space for those size
167 TCEntry tc_slots_[kMaxNumTransferEntries];
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dcentral_freelist.h91 // A central cache freelist can have anywhere from 0 to kMaxNumTransferEntries
95 static const int kMaxNumTransferEntries = 0; member in class:tcmalloc::CentralFreeList
100 static const int kMaxNumTransferEntries = 64; member in class:tcmalloc::CentralFreeList
165 // kMaxNumTransferEntries, so there is some wasted space for those size
167 TCEntry tc_slots_[kMaxNumTransferEntries];

Completed in 138 milliseconds