HomeSort by relevance Sort by last modified time
    Searched defs:TCEntry (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/
central_freelist.h 86 struct TCEntry {
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/
central_freelist.h 86 struct TCEntry {
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 333 milliseconds