public class

NoOpPoolStatsTracker

extends Object
implements PoolStatsTracker
java.lang.Object
   ↳ com.facebook.imagepipeline.memory.NoOpPoolStatsTracker

Class Overview

Empty implementation of PoolStatsTracker that does not perform any tracking.

Summary

[Expand]
Inherited Constants
From interface com.facebook.imagepipeline.memory.PoolStatsTracker
Public Methods
synchronized static NoOpPoolStatsTracker getInstance()
void onAlloc(int size)
void onFree(int sizeInBytes)
void onHardCapReached()
void onSoftCapReached()
void onValueRelease(int sizeInBytes)
void onValueReuse(int bucketedSize)
void setBasePool(BasePool basePool)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.facebook.imagepipeline.memory.PoolStatsTracker

Public Methods

public static synchronized NoOpPoolStatsTracker getInstance ()

public void onAlloc (int size)

public void onFree (int sizeInBytes)

public void onHardCapReached ()

public void onSoftCapReached ()

public void onValueRelease (int sizeInBytes)

public void onValueReuse (int bucketedSize)

public void setBasePool (BasePool basePool)