Searched defs:GetAllocatedSize (Results 1 - 6 of 6) sorted by relevance

/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 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 Ddebugallocation.cc1046 virtual size_t GetAllocatedSize(const void* p) { function in class:MallocBlock::DebugMallocImplementation
1419 return MallocExtension::instance()->GetAllocatedSize(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);

Completed in 1234 milliseconds