|
scc
2024.06
SystemC components library
|
Classes | |
| struct | rebind |
Public Member Functions | |
| stl_pool_allocator (stl_pool_allocator const &) noexcept | |
| template<typename T2 > | |
| stl_pool_allocator (stl_pool_allocator< T2 > const &) 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 95 of file pool_allocator.h.