Name Description Size
SkDiscardableMemoryPool.cpp This non-global pool can be used for unit tests to verify that the pool works. 7523
SkDiscardableMemoryPool.h An implementation of Discardable Memory that manages a fixed-size budget of memory. When the allocated memory exceeds this size, unlocked blocks of memory are purged. If all memory is locked, it can exceed the memory-use budget. 1865