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

  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
current_allocated_bytes_test.cc 55 MallocExtension::instance()->GetNumericProperty(kCurrent, &before_bytes);
57 MallocExtension::instance()->GetNumericProperty(kCurrent, &after_bytes);
frag_unittest.cc 67 MallocExtension::instance()->GetNumericProperty("tcmalloc.slack_bytes",
79 MallocExtension::instance()->GetNumericProperty("tcmalloc.slack_bytes",
109 MallocExtension::instance()->GetNumericProperty("tcmalloc.slack_bytes",
markidle_unittest.cc 75 CHECK(MallocExtension::instance()->GetNumericProperty(
malloc_extension_test.cc 48 ASSERT_TRUE(MallocExtension::instance()->GetNumericProperty(
debugallocation_test.cc 233 CHECK(MallocExtension::instance()->GetNumericProperty(
tcmalloc_unittest.cc 857 CHECK(MallocExtension::instance()->GetNumericProperty(
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
current_allocated_bytes_test.cc 55 MallocExtension::instance()->GetNumericProperty(kCurrent, &before_bytes);
57 MallocExtension::instance()->GetNumericProperty(kCurrent, &after_bytes);
frag_unittest.cc 67 MallocExtension::instance()->GetNumericProperty("tcmalloc.slack_bytes",
79 MallocExtension::instance()->GetNumericProperty("tcmalloc.slack_bytes",
109 MallocExtension::instance()->GetNumericProperty("tcmalloc.slack_bytes",
markidle_unittest.cc 75 CHECK(MallocExtension::instance()->GetNumericProperty(
malloc_extension_test.cc 48 ASSERT_TRUE(MallocExtension::instance()->GetNumericProperty(
debugallocation_test.cc 233 CHECK(MallocExtension::instance()->GetNumericProperty(
tcmalloc_unittest.cc 857 CHECK(MallocExtension::instance()->GetNumericProperty(
    [all...]
  /external/chromium_org/base/allocator/
allocator_shim.cc 210 if (ext->GetNumericProperty("generic.heap_size", &heap_size) &&
211 ext->GetNumericProperty("generic.current_allocated_bytes",
213 ext->GetNumericProperty("tcmalloc.pageheap_unmapped_bytes",
  /external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
malloc_extension.h 194 virtual bool GetNumericProperty(const char* property, size_t* value);
  /external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
malloc_extension.h 214 virtual bool GetNumericProperty(const char* property, size_t* value);
  /external/chromium_org/third_party/tcmalloc/chromium/src/
malloc_extension.cc 121 bool MallocExtension::GetNumericProperty(const char* property, size_t* value) {
372 C_SHIM(GetNumericProperty, int,
debugallocation.cc     [all...]
tcmalloc.cc 659 virtual bool GetNumericProperty(const char* name, size_t* value) {
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
malloc_extension.cc 115 bool MallocExtension::GetNumericProperty(const char* property, size_t* value) {
355 C_SHIM(GetNumericProperty, int,
debugallocation.cc     [all...]
tcmalloc.cc 628 virtual bool GetNumericProperty(const char* name, size_t* value) {
    [all...]
  /external/chromium_org/content/app/
content_main_runner.cc 458 if (ext->GetNumericProperty("generic.heap_size", &heap_size) &&
459 ext->GetNumericProperty("generic.current_allocated_bytes",
461 ext->GetNumericProperty("tcmalloc.pageheap_unmapped_bytes",

Completed in 736 milliseconds