pooledBackingCount property

int get pooledBackingCount

Number of buffers currently held in free-lists (for tests).

Implementation

static int get pooledBackingCount => _defaultPool.length + _largePool.length;