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

  /external/chromium_org/third_party/tcmalloc/vendor/src/
tcmalloc.cc 307 uint64_t thread_bytes; // Bytes in thread caches member in struct:TCMallocStats
332 r->thread_bytes = 0;
335 ThreadCache::GetThreadStats(&r->thread_bytes, class_count);
374 - stats.thread_bytes);
406 stats.thread_bytes, stats.thread_bytes / MiB,
635 - stats.thread_bytes
676 *value = stats.thread_bytes;
701 *value = stats.thread_bytes;
839 uint64_t thread_bytes = 0 local
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
tcmalloc.cc 314 uint64_t thread_bytes; // Bytes in thread caches member in struct:TCMallocStats
341 r->thread_bytes = 0;
344 ThreadCache::GetThreadStats(&r->thread_bytes, class_count);
388 - stats.thread_bytes);
433 stats.thread_bytes, stats.thread_bytes / MiB,
663 - stats.thread_bytes
708 *value = stats.thread_bytes;
846 uint64_t thread_bytes = 0; local
    [all...]

Completed in 43 milliseconds