ByteBufferPool

Description

sealed class Tinman.Core.System.ByteBufferPool

A pool for ByteBuffers of a given size (see ICapacity.Capacity).

Public / Attributes

Limit​Count


public attribute LimitCount → (get,set)

value : int32

[>=0]
The limit or 0 if unlimited.

The limit for the maximum number of objects that may be present in the pool.

Limit​Memory


public attribute LimitMemory → (get,set)

value : int64

[>=0]
The limit in bytes or 0 if unlimited.

The limit for the maximum amount of memory consumed by the objects in the pool.