This package provides methods to manage the the advanced storage component, this is build over the intermediate storage component. The advanced storage component implements the storage data abstraction, the data storage consists of a set of segments, the segments consist of a set of spaces, and the spaces consist of units, units have two states: free and ocuppied.

The advanced storage component organizes the distribution of segments and spaces, and controls their free and occupied units. For the free space management the advanced storage component uses a bit maps in its internals, but them are no visible for the users.

@author Egar Arturo García Cárdenas
eagc@fciencias.unam.mx