poolSize property

int get poolSize

This is the number of bytes used to determine the size of pre-allocated, internal Buffer instances used for pooling.

This value may be modified.

Implementation

external static int get poolSize;
set poolSize (int value)

Implementation

external static set poolSize(int value);