Banuba SDK
|
Public Member Functions | |
T * | allocate (std::size_t n) |
void | deallocate (T *p, std::size_t n) |
Public Member Functions inherited from bnb::static_pool_allocator< T, MAX_ELEMENTS > | |
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) |
Additional Inherited Members | |
Public Types inherited from bnb::static_pool_allocator< T, MAX_ELEMENTS > | |
using | value_type = T |
Definition at line 67 of file static_pool_allocator.hpp.
|
inline |
Definition at line 72 of file static_pool_allocator.hpp.
|
inline |
Definition at line 80 of file static_pool_allocator.hpp.