markInitialized method

void markInitialized()

Mark session memory as initialised.

Implementation

void markInitialized() {
  initialized = true;
}