FEI Package Browser (Single Doxygen Collection)
Version of the Day
|
#include "fei_macros.hpp"
#include "fei_Pool.hpp"
#include <cstddef>
#include <cstdlib>
#include <limits>
#include <new>
#include <stdexcept>
#include <iostream>
Go to the source code of this file.
Classes | |
class | fei_Pool_alloc< T > |
struct | fei_Pool_alloc< T >::rebind< U > |
Functions | |
fei_Pool * | get_fei_mem_pool (size_t n) |
template<typename T > | |
bool | operator== (const fei_Pool_alloc< T > &, const fei_Pool_alloc< T > &) throw () |
template<typename T > | |
bool | operator!= (const fei_Pool_alloc< T > &, const fei_Pool_alloc< T > &) throw () |
fei_Pool* get_fei_mem_pool | ( | size_t | n | ) |
Definition at line 33 of file fei_Pool_alloc.cpp.
References fei_map_holder::fei_mem_pools.
Referenced by fei_Pool_alloc< T >::allocate().
|
inline |
Definition at line 129 of file fei_Pool_alloc.hpp.
|
inline |
Definition at line 133 of file fei_Pool_alloc.hpp.