Package-level declarations

Types

Link copied to clipboard
class FixedBufferPool(capacity: Int, bucketBase: Int = BLOCK_SIZE, normalizeToDirect: Boolean = true, strict: Boolean = true, maxOutstanding: Int = 0) : BufferPool

A fixed-capacity buffer pool with power-of-2 bucketing for efficient buffer reuse.