Searched refs:allocateAndLockDiscardableMemory (Results 1 – 5 of 5) sorted by relevance
54 virtual blink::WebDiscardableMemory* allocateAndLockDiscardableMemory(
95 WebKitPlatformSupportChildImpl::allocateAndLockDiscardableMemory(size_t bytes) { in allocateAndLockDiscardableMemory() function in webkit_glue::WebKitPlatformSupportChildImpl
46 …rdableMemory> memory = adoptPtr(blink::Platform::current()->allocateAndLockDiscardableMemory(size)… in create()
84 m_discardable = adoptPtr(blink::Platform::current()->allocateAndLockDiscardableMemory(bytes)); in allocAndLockDiscardableMemory()
284 virtual WebDiscardableMemory* allocateAndLockDiscardableMemory(size_t bytes) { return 0; } in allocateAndLockDiscardableMemory() function