Searched refs:GetEstimatedAllocatedSize (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dmalloc_extension_test.cc69 ASSERT_GE(MallocExtension::instance()->GetEstimatedAllocatedSize(1000), 1000);
74 MallocExtension::instance()->GetEstimatedAllocatedSize(i));
H A Ddebugallocation_test.cc272 EXPECT_GE(MallocExtension::instance()->GetEstimatedAllocatedSize(1000), 1000);
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dmalloc_extension_test.cc69 ASSERT_GE(MallocExtension::instance()->GetEstimatedAllocatedSize(1000), 1000);
74 MallocExtension::instance()->GetEstimatedAllocatedSize(i));
H A Ddebugallocation_test.cc272 EXPECT_GE(MallocExtension::instance()->GetEstimatedAllocatedSize(1000), 1000);
/external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
H A Dmalloc_extension.h268 virtual size_t GetEstimatedAllocatedSize(size_t size);
/external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
H A Dmalloc_extension.h288 virtual size_t GetEstimatedAllocatedSize(size_t size);
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dmalloc_extension.cc182 size_t MallocExtension::GetEstimatedAllocatedSize(size_t size) { function in class:MallocExtension
381 C_SHIM(GetEstimatedAllocatedSize, size_t, (size_t size), (size));
H A Ddebugallocation.cc1049 virtual size_t GetEstimatedAllocatedSize(size_t size) { function in class:MallocBlock::DebugMallocImplementation
H A Dtcmalloc.cc778 virtual size_t GetEstimatedAllocatedSize(size_t size) { function in class:TCMallocImplementation
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dmalloc_extension.cc176 size_t MallocExtension::GetEstimatedAllocatedSize(size_t size) { function in class:MallocExtension
364 C_SHIM(GetEstimatedAllocatedSize, size_t, (size_t size), (size));
H A Ddebugallocation.cc1042 virtual size_t GetEstimatedAllocatedSize(size_t size) { function in class:MallocBlock::DebugMallocImplementation
H A Dtcmalloc.cc768 virtual size_t GetEstimatedAllocatedSize(size_t size) { function in class:TCMallocImplementation
/external/compiler-rt/lib/asan/tests/
H A Dasan_interface_test.cc17 TEST(AddressSanitizerInterface, GetEstimatedAllocatedSize) {

Completed in 271 milliseconds