pooledLargeBackingCount property

int get pooledLargeBackingCount

Number of 1 MiB buffers in the large free-list (for tests).

Implementation

static int get pooledLargeBackingCount => _largePool.length;