poolSize property

int 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;
void poolSize=(int value)

Implementation

external static set poolSize(int value);