allocateAndLockDiscardableMemory  222 Source/platform/PurgeableVector.cpp         blink::Platform::current()->allocateAndLockDiscardableMemory(capacity));
allocateAndLockDiscardableMemory   68 Source/platform/TestingPlatformSupport.h     virtual blink::WebDiscardableMemory* allocateAndLockDiscardableMemory(size_t bytes) OVERRIDE;
allocateAndLockDiscardableMemory   85 Source/platform/graphics/DiscardablePixelRef.cpp     m_discardable = adoptPtr(blink::Platform::current()->allocateAndLockDiscardableMemory(bytes));
allocateAndLockDiscardableMemory  281 public/platform/Platform.h     virtual WebDiscardableMemory* allocateAndLockDiscardableMemory(size_t bytes) { return 0; }