HomeSort by relevance Sort by last modified time
    Searched refs:Purgeable (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/
PurgeableVector.h 47 // A simple vector implementation that supports purgeable memory. The vector is
50 // actually make the vector purgeable.
56 Purgeable,
60 // the instance with the Purgeable option so that the instance uses
62 PurgeableVector(PurgeableOption = Purgeable);
67 // Purgeable hint or had its internal vector moved to discardable memory
86 // Purgeable option does an extra memcpy().
SharedBuffer.h 48 static PassRefPtr<SharedBuffer> createPurgeable(const char* c, int i) { return adoptRef(new SharedBuffer(c, i, PurgeableVector::Purgeable)); }
PurgeableVector.cpp 49 PurgeableVector::PurgeableVector(PurgeableOption purgeable)
52 , m_isPurgeable(purgeable == Purgeable)
68 // Fallback to non-purgeable buffer allocation in case discardable memory allocation failed.
230 // Copy the data that was either in the previous purgeable buffer or in the vector to the new
231 // purgeable buffer.
PurgeableVectorTest.cpp 70 return isDiscardableMemorySupported() ? PurgeableVector::Purgeable : PurgeableVector::NotPurgeable;
185 // allocation happened while the purgeable vector was empty. This behavior
264 // Note that the purgeable vector must be locked before calling data().
267 // The implementation of purgeable memory used for testing always purges data upon unlock().
272 // The data should have been moved from the heap-allocated vector to a purgeable buffer.
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
bufferobj.c     [all...]
mtypes.h     [all...]
  /external/mesa3d/src/mesa/main/
bufferobj.c     [all...]
mtypes.h     [all...]

Completed in 129 milliseconds