Overview

This class is a POD class, which allocates a continuous space in the memory to store descriptions and actual memory data.

Descriptions of this class include a total capacity of memory space used to store data (capacity_) and the data volume of current memory space (size_).