|
| RecyclingZoneAllocator (Zone *zone) throw () |
|
| RecyclingZoneAllocator (const RecyclingZoneAllocator &other) throw () |
|
template<typename U > |
| RecyclingZoneAllocator (const RecyclingZoneAllocator< U > &other) throw () |
|
T * | allocate (size_t n, const void *hint=nullptr) |
|
void | deallocate (T *p, size_t n) |
|
| ZoneAllocator (Zone *zone) throw () |
|
| ZoneAllocator (const ZoneAllocator &other) throw () |
|
template<typename U > |
| ZoneAllocator (const ZoneAllocator< U > &other) throw () |
|
T * | address (T &x) const |
|
const T * | address (const T &x) const |
|
T * | allocate (size_t n, const void *hint=nullptr) |
|
void | deallocate (T *p, size_t) |
|
size_t | max_size () const throw () |
|
template<typename U , typename... Args> |
void | construct (U *p, Args &&... args) |
|
template<typename U > |
void | destroy (U *p) |
|
bool | operator== (ZoneAllocator const &other) const |
|
bool | operator!= (ZoneAllocator const &other) const |
|
Zone * | zone () |
|
|
template<typename U > |
class | RecyclingZoneAllocator |
|
|
typedef T * | pointer |
|
typedef const T * | const_pointer |
|
typedef T & | reference |
|
typedef const T & | const_reference |
|
typedef T | value_type |
|
typedef size_t | size_type |
|
typedef ptrdiff_t | difference_type |
|
template<typename T>
class v8::internal::RecyclingZoneAllocator< T >
Definition at line 82 of file zone-allocator.h.
The documentation for this class was generated from the following file: