#include <falcon/heap.h>
#include <falcon/types.h>
#include <falcon/llist.h>


Go to the source code of this file.
Classes | |
| class | Falcon::MemPage |
| class | Falcon::MemPageList |
| class | Falcon::SegregatedPage< _T > |
| Definition of a segregated allocation page. More... | |
Namespaces | |
| namespace | Falcon |
| CONST. | |
A SAP is a memory page where all the allocated objects has the same size (and possibly are of the same type).
The SAP is a template class that is instantiated by providint the size of the items at compile time.
1.5.8