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

  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
current_allocated_bytes_test.cc 54 size_t before_bytes, after_bytes; local
55 MallocExtension::instance()->GetNumericProperty(kCurrent, &before_bytes);
59 CHECK_EQ(before_bytes, after_bytes);
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
current_allocated_bytes_test.cc 54 size_t before_bytes, after_bytes; local
55 MallocExtension::instance()->GetNumericProperty(kCurrent, &before_bytes);
59 CHECK_EQ(before_bytes, after_bytes);

Completed in 71 milliseconds