clear static method

void clear()

Implementation

static void clear() {
  _memory.clear();
  _bytesHeld = 0;
}