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

  /external/webkit/WebCore/platform/mac/
PurgeableBufferMac.cpp 75 bool PurgeableBuffer::makePurgeable(bool purgeable)
77 if (purgeable) {
90 // So apparently "purgeable" is the correct spelling and the API here is misspelled.
  /external/webkit/WebCore/platform/
PurgeableBuffer.h 52 bool makePurgeable(bool purgeable);
  /external/webkit/WebCore/loader/
CachedResource.h 182 bool makePurgeable(bool purgeable);
CachedResource.cpp 422 bool CachedResource::makePurgeable(bool purgeable)
424 if (purgeable) {
434 // Should not make buffer purgeable if it has refs other than this since we don't want two copies.
438 // Purgeable buffers are allocated in multiples of the page size (4KB in common CPUs) so it does not make sense for very small buffers.
Cache.cpp 656 bool purgeable = o->isPurgeable() && !purged; local
662 purgeableSize += purgeable ? pageSize : 0;

Completed in 682 milliseconds