GetAllocatedSize 193 base/allocator/allocator_shim.cc return MallocExtension::instance()->GetAllocatedSize(p); GetAllocatedSize 1431 third_party/tcmalloc/chromium/src/debugallocation.cc return MallocExtension::instance()->GetAllocatedSize(ptr); GetAllocatedSize 283 third_party/tcmalloc/chromium/src/gperftools/malloc_extension.h virtual size_t GetAllocatedSize(const void* p); GetAllocatedSize 107 third_party/tcmalloc/chromium/src/libc_override_osx.h return MallocExtension::instance()->GetAllocatedSize(const_cast<void*>(ptr)); GetAllocatedSize 382 third_party/tcmalloc/chromium/src/malloc_extension.cc C_SHIM(GetAllocatedSize, size_t, (const void* p), (p)); GetAllocatedSize 788 third_party/tcmalloc/chromium/src/tcmalloc.cc virtual size_t GetAllocatedSize(const void* ptr); GetAllocatedSize 1719 third_party/tcmalloc/chromium/src/tcmalloc.cc return MallocExtension::instance()->GetAllocatedSize(ptr); GetAllocatedSize 264 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc EXPECT_EQ(i, MallocExtension::instance()->GetAllocatedSize(p)); GetAllocatedSize 269 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc EXPECT_GE(MallocExtension::instance()->GetAllocatedSize(a), 1000); GetAllocatedSize 271 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc EXPECT_LE(MallocExtension::instance()->GetAllocatedSize(a), 5000); GetAllocatedSize 66 third_party/tcmalloc/chromium/src/tests/malloc_extension_test.cc ASSERT_GE(MallocExtension::instance()->GetAllocatedSize(a), 1000); GetAllocatedSize 68 third_party/tcmalloc/chromium/src/tests/malloc_extension_test.cc ASSERT_LE(MallocExtension::instance()->GetAllocatedSize(a), 5000); GetAllocatedSize 73 third_party/tcmalloc/chromium/src/tests/malloc_extension_test.cc ASSERT_GE(MallocExtension::instance()->GetAllocatedSize(p), GetAllocatedSize 65 third_party/tcmalloc/chromium/src/windows/override_functions.cc return MallocExtension::instance()->GetAllocatedSize(p); GetAllocatedSize 1419 third_party/tcmalloc/vendor/src/debugallocation.cc return MallocExtension::instance()->GetAllocatedSize(ptr); GetAllocatedSize 303 third_party/tcmalloc/vendor/src/gperftools/malloc_extension.h virtual size_t GetAllocatedSize(const void* p); GetAllocatedSize 107 third_party/tcmalloc/vendor/src/libc_override_osx.h return MallocExtension::instance()->GetAllocatedSize(const_cast<void*>(ptr)); GetAllocatedSize 365 third_party/tcmalloc/vendor/src/malloc_extension.cc C_SHIM(GetAllocatedSize, size_t, (const void* p), (p)); GetAllocatedSize 781 third_party/tcmalloc/vendor/src/tcmalloc.cc virtual size_t GetAllocatedSize(const void* ptr); GetAllocatedSize 1670 third_party/tcmalloc/vendor/src/tcmalloc.cc return MallocExtension::instance()->GetAllocatedSize(ptr); GetAllocatedSize 264 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc EXPECT_EQ(i, MallocExtension::instance()->GetAllocatedSize(p)); GetAllocatedSize 269 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc EXPECT_GE(MallocExtension::instance()->GetAllocatedSize(a), 1000); GetAllocatedSize 271 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc EXPECT_LE(MallocExtension::instance()->GetAllocatedSize(a), 5000); GetAllocatedSize 66 third_party/tcmalloc/vendor/src/tests/malloc_extension_test.cc ASSERT_GE(MallocExtension::instance()->GetAllocatedSize(a), 1000); GetAllocatedSize 68 third_party/tcmalloc/vendor/src/tests/malloc_extension_test.cc ASSERT_LE(MallocExtension::instance()->GetAllocatedSize(a), 5000); GetAllocatedSize 73 third_party/tcmalloc/vendor/src/tests/malloc_extension_test.cc ASSERT_GE(MallocExtension::instance()->GetAllocatedSize(p), GetAllocatedSize 65 third_party/tcmalloc/vendor/src/windows/override_functions.cc return MallocExtension::instance()->GetAllocatedSize(p);