|
T * | allocate (std::size_t n) |
|
void | deallocate (T *p, std::size_t n) |
|
template<class U > |
constexpr | static_pool_allocator (const static_pool_allocator< U, MAX_ELEMENTS > &u) noexcept |
|
T * | allocate (std::size_t n) |
|
T * | allocate (std::size_t n, const std::nothrow_t &) noexcept |
|
void | deallocate (T *p, std::size_t n) |
|
bool | is_mine (T *p) |
|
template<typename T, size_t MAX_ELEMENTS, template< typename > class Alloc_fallback = std::allocator>
class bnb::static_pool_allocator_fallback< T, MAX_ELEMENTS, Alloc_fallback >
Definition at line 67 of file static_pool_allocator.hpp.
The documentation for this class was generated from the following file: