Searched refs:GetAllocatedSize (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dmalloc_extension_test.cc66 ASSERT_GE(MallocExtension::instance()->GetAllocatedSize(a), 1000);
68 ASSERT_LE(MallocExtension::instance()->GetAllocatedSize(a), 5000);
73 ASSERT_GE(MallocExtension::instance()->GetAllocatedSize(p),
H A Ddebugallocation_test.cc259 // 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/
H A Dmalloc_extension_test.cc66 ASSERT_GE(MallocExtension::instance()->GetAllocatedSize(a), 1000);
68 ASSERT_LE(MallocExtension::instance()->GetAllocatedSize(a), 5000);
73 ASSERT_GE(MallocExtension::instance()->GetAllocatedSize(p),
H A Ddebugallocation_test.cc259 // 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/
H A Doverride_functions.cc65 return MallocExtension::instance()->GetAllocatedSize(p);
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Doverride_functions.cc65 return MallocExtension::instance()->GetAllocatedSize(p);
/external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
H A Dmalloc_extension.h283 virtual size_t GetAllocatedSize(const void* p);
/external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
H A Dmalloc_extension.h303 virtual size_t GetAllocatedSize(const void* p);
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dmalloc_extension.cc186 size_t MallocExtension::GetAllocatedSize(const void* p) { function in class:MallocExtension
382 C_SHIM(GetAllocatedSize, size_t, (const void* p), (p));
H A Dlibc_override_osx.h107 return MallocExtension::instance()->GetAllocatedSize(const_cast<void*>(ptr));
H A Ddebugallocation.cc1053 virtual size_t GetAllocatedSize(const void* p) { function in class:MallocBlock::DebugMallocImplementation
1431 return MallocExtension::instance()->GetAllocatedSize(ptr);
H A Dtcmalloc.cc791 virtual size_t GetAllocatedSize(const void* ptr);
1515 size_t TCMallocImplementation::GetAllocatedSize(const void* ptr) { function in class:TCMallocImplementation
1722 return MallocExtension::instance()->GetAllocatedSize(ptr);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dmalloc_extension.cc180 size_t MallocExtension::GetAllocatedSize(const void* p) { function in class:MallocExtension
365 C_SHIM(GetAllocatedSize, size_t, (const void* p), (p));
H A Dlibc_override_osx.h107 return MallocExtension::instance()->GetAllocatedSize(const_cast<void*>(ptr));
H A Dtcmalloc.cc781 virtual size_t GetAllocatedSize(const void* ptr);
1470 size_t TCMallocImplementation::GetAllocatedSize(const void* ptr) { function in class:TCMallocImplementation
1670 return MallocExtension::instance()->GetAllocatedSize(ptr);
H A Ddebugallocation.cc1046 virtual size_t GetAllocatedSize(const void* p) { function in class:MallocBlock::DebugMallocImplementation
1419 return MallocExtension::instance()->GetAllocatedSize(ptr);
/external/chromium_org/base/allocator/
H A Dallocator_shim.cc186 return MallocExtension::instance()->GetAllocatedSize(p);

Completed in 1941 milliseconds