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

  /external/chromium_org/third_party/tcmalloc/vendor/src/
tcmalloc.cc 323 const size_t cache_overhead = Static::central_cache()[cl].OverheadBytes(); local
326 r->central_bytes += (size * length) + cache_overhead;
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
tcmalloc.cc 332 const size_t cache_overhead = Static::central_cache()[cl].OverheadBytes(); local
335 r->central_bytes += (size * length) + cache_overhead;
    [all...]

Completed in 152 milliseconds