Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AdaptivePoolingAllocator: Resolve the release issue of the currentChu…
…nk (netty#14348) Motivation: When the capacity of `currentChunk` is less than or equal to that of `nextChunk`, `currentChunk` is not released. Modification: When the capacity of `currentChunk` is less than or equal to that of `nextChunk`, release the currentChunk. Result: Prevent memory leaks
- Loading branch information