clearAll method

void clearAll()

Clear all pools to free memory

Implementation

void clearAll() {
  intListPool.clear();
  connectionDataPool.clear();
}