scc
2022.4.0
SystemC components library
|
Classes | |
struct | rebind |
Public Member Functions | |
stl_pool_allocator (const stl_pool_allocator &) noexcept | |
template<typename T2 > | |
stl_pool_allocator (const stl_pool_allocator< T2 > &) noexcept | |
pointer | address (reference r) |
const_pointer | address (const_reference r) |
pointer | allocate (size_type n, const void *=0) |
void | deallocate (T *p, size_type n) noexcept |
size_type | max_size () const noexcept |
bool | operator== (stl_pool_allocator const &) |
bool | operator!= (stl_pool_allocator const &oAllocator) |
Definition at line 94 of file pool_allocator.h.