FreeNOS
Data Structures
PoolAllocator.h File Reference
#include <Types.h>
#include <Macros.h>
#include "Allocator.h"
#include "BitAllocator.h"

Go to the source code of this file.

Data Structures

class  PoolAllocator
 Memory allocator which uses pools that each manage same-sized objects. More...
 
struct  PoolAllocator::Pool
 Allocates same-sized objects from a contiguous block of memory. More...
 
struct  PoolAllocator::ObjectPrefix
 This data structure is prepended in memory before each object. More...
 
struct  PoolAllocator::ObjectPostfix
 Appended in memory after each object. More...