Home
last modified time | relevance | path

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

/external/chromium_org/content/child/
Dblink_platform_impl.h72 virtual bool memoryAllocatorWasteInBytes(size_t* size); in NON_EXPORTED_BASE()
Dblink_platform_impl.cc1042 bool BlinkPlatformImpl::memoryAllocatorWasteInBytes(size_t* size) { in memoryAllocatorWasteInBytes() function in content::BlinkPlatformImpl
/external/chromium_org/third_party/WebKit/public/platform/
DPlatform.h287 virtual bool memoryAllocatorWasteInBytes(size_t*) { return false; } in memoryAllocatorWasteInBytes() function