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

  /external/chromium_org/third_party/tcmalloc/vendor/src/
tcmalloc.cc 322 const int tc_length = Static::central_cache()[cl].tc_length(); local
327 r->transfer_bytes += (size * tc_length);
328 if (class_count) class_count[cl] = length + tc_length;
827 Static::central_cache()[cl].tc_length() * class_size;
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
tcmalloc.cc 331 const int tc_length = Static::central_cache()[cl].tc_length(); local
336 r->transfer_bytes += (size * tc_length);
337 if (class_count) class_count[cl] = length + tc_length;
    [all...]

Completed in 351 milliseconds