Home
last modified time | relevance | path

Searched refs:GetAllocatorWasteSize (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/base/allocator/
Dallocator_extension.h24 BASE_EXPORT bool GetAllocatorWasteSize(size_t* size);
Dallocator_extension.cc12 bool GetAllocatorWasteSize(size_t* size) { in GetAllocatorWasteSize() function
/external/chromium_org/content/child/
Dblink_platform_impl.cc1149 return base::allocator::GetAllocatorWasteSize(size); in memoryAllocatorWasteInBytes()