|
CACAO
|
Data Structures | |
| struct | rebind |
Public Types | |
| typedef BaseAllocator::pointer | pointer |
| typedef BaseAllocator::size_type | size_type |
Public Member Functions | |
| Allocator () throw () | |
| Allocator (const Allocator &other) throw () | |
| template<class U > | |
| Allocator (const Allocator< U, typename BaseAllocator::template rebind< U >::other > &other) throw () | |
| ~Allocator () | |
| pointer | allocate (size_type n) |
| pointer | allocate (size_type n, pointer h) |
| void | deallocate (pointer p, size_type n) throw () |
Definition at line 43 of file Allocator.hpp.
| typedef BaseAllocator::pointer cacao::jit::compiler2::alloc::Allocator< T, BaseAllocator >::pointer |
Definition at line 45 of file Allocator.hpp.
| typedef BaseAllocator::size_type cacao::jit::compiler2::alloc::Allocator< T, BaseAllocator >::size_type |
Definition at line 46 of file Allocator.hpp.
|
inline | |||||||||||||
Definition at line 48 of file Allocator.hpp.
|
inline | ||||||||||||||
Definition at line 49 of file Allocator.hpp.
|
inline | ||||||||||||||
Definition at line 51 of file Allocator.hpp.
|
inline |
Definition at line 52 of file Allocator.hpp.
|
inline |
Definition at line 62 of file Allocator.hpp.
|
inline |
Definition at line 70 of file Allocator.hpp.
|
inline | ||||||||||||||||||||
Definition at line 78 of file Allocator.hpp.
1.8.5