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

  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
malloc_extension_test.cc 66 ASSERT_GE(MallocExtension::instance()->GetAllocatedSize(a), 1000);
68 ASSERT_LE(MallocExtension::instance()->GetAllocatedSize(a), 5000);
73 ASSERT_GE(MallocExtension::instance()->GetAllocatedSize(p),
debugallocation_test.cc 259 // When debug_allocation is in effect, GetAllocatedSize should return
264 EXPECT_EQ(i, MallocExtension::instance()->GetAllocatedSize(p));
269 EXPECT_GE(MallocExtension::instance()->GetAllocatedSize(a), 1000);
271 EXPECT_LE(MallocExtension::instance()->GetAllocatedSize(a), 5000);
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
malloc_extension_test.cc 66 ASSERT_GE(MallocExtension::instance()->GetAllocatedSize(a), 1000);
68 ASSERT_LE(MallocExtension::instance()->GetAllocatedSize(a), 5000);
73 ASSERT_GE(MallocExtension::instance()->GetAllocatedSize(p),
debugallocation_test.cc 259 // When debug_allocation is in effect, GetAllocatedSize should return
264 EXPECT_EQ(i, MallocExtension::instance()->GetAllocatedSize(p));
269 EXPECT_GE(MallocExtension::instance()->GetAllocatedSize(a), 1000);
271 EXPECT_LE(MallocExtension::instance()->GetAllocatedSize(a), 5000);
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
override_functions.cc 65 return MallocExtension::instance()->GetAllocatedSize(p);
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
override_functions.cc 65 return MallocExtension::instance()->GetAllocatedSize(p);
  /external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
malloc_extension.h 283 virtual size_t GetAllocatedSize(const void* p);
  /external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
malloc_extension.h 303 virtual size_t GetAllocatedSize(const void* p);
  /external/chromium_org/third_party/tcmalloc/chromium/src/
malloc_extension.cc 181 size_t MallocExtension::GetAllocatedSize(const void* p) {
370 C_SHIM(GetAllocatedSize, size_t, (const void* p), (p));
libc_override_osx.h 107 return MallocExtension::instance()->GetAllocatedSize(const_cast<void*>(ptr));
debugallocation.cc     [all...]
tcmalloc.cc 788 virtual size_t GetAllocatedSize(const void* ptr);
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
malloc_extension.cc 180 size_t MallocExtension::GetAllocatedSize(const void* p) {
365 C_SHIM(GetAllocatedSize, size_t, (const void* p), (p));
libc_override_osx.h 107 return MallocExtension::instance()->GetAllocatedSize(const_cast<void*>(ptr));
tcmalloc.cc 781 virtual size_t GetAllocatedSize(const void* ptr);
    [all...]
debugallocation.cc     [all...]
  /external/chromium/base/allocator/
allocator_shim.cc 222 return MallocExtension::instance()->GetAllocatedSize(p);
  /external/chromium_org/base/allocator/
allocator_shim.cc 232 return MallocExtension::instance()->GetAllocatedSize(p);

Completed in 351 milliseconds