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

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dcentral_freelist.h86 struct TCEntry { struct in class:tcmalloc::CentralFreeList
130 // Tries to make room for a TCEntry. If the cache is full it will try to
136 // Picks a "random" size class to steal TCEntry slot from. In reality it
162 // Here we reserve space for TCEntry cache slots. Space is preallocated
167 TCEntry tc_slots_[kMaxNumTransferEntries];
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dcentral_freelist.h86 struct TCEntry { struct in class:tcmalloc::CentralFreeList
130 // Tries to make room for a TCEntry. If the cache is full it will try to
136 // Picks a "random" size class to steal TCEntry slot from. In reality it
162 // Here we reserve space for TCEntry cache slots. Space is preallocated
167 TCEntry tc_slots_[kMaxNumTransferEntries];

Completed in 194 milliseconds