Interface AdaptivePoolingAllocator.ChunkReleasePredicate

All Known Implementing Classes:
AdaptivePoolingAllocator.HistogramChunkController
Enclosing class:
AdaptivePoolingAllocator

private static interface AdaptivePoolingAllocator.ChunkReleasePredicate
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    shouldReleaseChunk(int chunkSize)
     
  • Method Details

    • shouldReleaseChunk

      boolean shouldReleaseChunk(int chunkSize)