com.facebook.common.memory.MemoryTrimmable |
Known Indirect Subclasses
AbstractAdaptiveCountingMemoryCache<K, V>,
AshmemMemoryChunkPool,
BasePool<V>,
BitmapPool,
BucketsBitmapPool,
BufferMemoryChunkPool,
ByteArrayPool,
CountingMemoryCache<K, V>,
DummyBitmapPool,
DummyTrackingInUseBitmapPool,
GenericByteArrayPool,
InstrumentedMemoryCache<K, V>,
LruBitmapPool,
LruCountingMemoryCache<K, V>,
MemoryCache<K, V>,
MemoryChunkPool,
NativeMemoryChunkPool,
Pool<V>,
SharedByteArray
|
A class can implement this interface to react to a MemoryTrimmableRegistry
's request to
trim memory.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
trim(MemoryTrimType trimType)
Trim memory.
|