HomeSort by relevance Sort by last modified time
    Searched refs: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 317 uint64_t thread_bytes; // Bytes in thread caches member in struct:TCMallocStats
344 r->thread_bytes = 0;
347 ThreadCache::GetThreadStats(&r->thread_bytes, class_count);
391 - stats.thread_bytes);
436 stats.thread_bytes, stats.thread_bytes / MiB,
666 - stats.thread_bytes
711 *value = stats.thread_bytes;
849 uint64_t thread_bytes = 0; local
    [all...]

Completed in 44 milliseconds