MIRA
Classes | Namespaces
PoolAllocator.h File Reference

STL conform memory pool allocator. More...

#include <assert.h>
#include <malloc.h>
#include <boost/noncopyable.hpp>
#include <platform/Types.h>
#include <utils/Foreach.h>
#include <error/Exceptions.h>
Include dependency graph for PoolAllocator.h:

Go to the source code of this file.

Classes

class  PoolAllocator< T >
 Provides a pool allocator that is compatible to STL allocators. More...
 

Namespaces

 mira
 specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
 

Detailed Description

STL conform memory pool allocator.

Author
Erik Einhorn
Date
2011/11/01