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

  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-profile-table.h 153 const Stats& total() const { return total_; }
456 Bucket total_; member in class:HeapProfileTable
475 const Stats& total() const { return total_; }
491 return (total_.allocs == 0) && (total_.alloc_size == 0);
498 Bucket total_; member in class:HeapProfileTable::Snapshot
505 memset(&total_, 0, sizeof(total_));
512 total_.allocs++;
513 total_.alloc_size += v.bytes
    [all...]
heap-profile-table.cc 146 memset(&total_, 0, sizeof(total_));
218 total_.allocs++;
219 total_.alloc_size += bytes;
233 total_.frees++;
234 total_.free_size += v.bytes;
420 bucket_length = UnparseBucket(total_, buf, bucket_length, size,
625 int(total_.allocs - total_.frees),
626 int(total_.alloc_size - total_.free_size))
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-profile-table.h 143 const Stats& total() const { return total_; }
348 Bucket total_; member in class:HeapProfileTable
372 const Stats& total() const { return total_; }
388 return (total_.allocs == 0) && (total_.alloc_size == 0);
395 Bucket total_; member in class:HeapProfileTable::Snapshot
402 memset(&total_, 0, sizeof(total_));
409 total_.allocs++;
410 total_.alloc_size += v.bytes
    [all...]
heap-profile-table.cc 128 memset(&total_, 0, sizeof(total_));
231 total_.allocs++;
232 total_.alloc_size += bytes;
246 total_.frees++;
247 total_.free_size += v.bytes;
435 Bucket total_with_mmap(total_);
570 int(total_.allocs - total_.frees),
571 int(total_.alloc_size - total_.free_size))
    [all...]
  /external/chromium/base/threading/
simple_thread_unittest.cc 61 : seq_(seq), total_(total), event_(event) { }
64 if (seq_->GetNext() == total_) {
73 int total_; member in class:base::__anon4205::VerifyPoolRunner
  /external/chromium_org/base/threading/
simple_thread_unittest.cc 61 : seq_(seq), total_(total), event_(event) { }
64 if (seq_->GetNext() == total_) {
73 int total_; member in class:base::__anon6377::VerifyPoolRunner
  /cts/tests/tests/database/src/android/database/cts/
DatabaseCursorTest.java 290 public TestObserver(int total_, SQLiteCursor cursor) {
292 total = total_;
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseCursorTest.java 266 public TestObserver(int total_, SQLiteCursor cursor) {
268 total = total_;
  /external/v8/test/cctest/
test-heap-profiler.cc 723 : done_(0), total_(0), abort_count_(abort_count) {}
726 total_ = total;
730 int total() { return total_; }
734 int total_; member in class:__anon28814::TestActivityControl
    [all...]
  /external/chromium_org/v8/test/cctest/
test-heap-profiler.cc 1076 int total_; member in class:__anon17111::TestActivityControl
    [all...]
  /external/v8/src/
hydrogen.h 1248 int64_t total_; member in class:v8::internal::HStatistics
    [all...]
hydrogen.cc     [all...]

Completed in 1837 milliseconds