v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|
#include <zone-allocator.h>
Data Structures | |
struct | rebind |
Public Types | |
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 |
Public Member Functions | |
zone_allocator (Zone *zone) throw () | |
zone_allocator (const zone_allocator &other) throw () | |
template<typename U > | |
zone_allocator (const zone_allocator< U > &other) throw () | |
pointer | address (reference x) const |
const_pointer | address (const_reference x) const |
pointer | allocate (size_type count, const void *hint=0) |
void | deallocate (pointer p, size_type) |
size_type | max_size () const throw () |
void | construct (pointer p, const T &val) |
void | destroy (pointer p) |
bool | operator== (zone_allocator const &other) |
bool | operator!= (zone_allocator const &other) |
Friends | |
template<typename U > | |
class | zone_allocator |
Definition at line 37 of file zone-allocator.h.
typedef const T* const_pointer |
Definition at line 40 of file zone-allocator.h.
typedef const T& const_reference |
Definition at line 42 of file zone-allocator.h.
typedef ptrdiff_t difference_type |
Definition at line 45 of file zone-allocator.h.
Definition at line 39 of file zone-allocator.h.
Definition at line 41 of file zone-allocator.h.
typedef size_t size_type |
Definition at line 44 of file zone-allocator.h.
typedef T value_type |
Definition at line 43 of file zone-allocator.h.
|
inlineexplicit |
Definition at line 50 of file zone-allocator.h.
|
inlineexplicit |
Definition at line 51 of file zone-allocator.h.
|
inline |
Definition at line 53 of file zone-allocator.h.
Definition at line 57 of file zone-allocator.h.
|
inline |
Definition at line 58 of file zone-allocator.h.
Definition at line 60 of file zone-allocator.h.
References v8::internal::kPointerSize, Zone::New(), v8::internal::RoundUp(), and v8::internal::size.
Definition at line 71 of file zone-allocator.h.
References T.
Definition at line 65 of file zone-allocator.h.
|
inline |
Definition at line 74 of file zone-allocator.h.
|
inline |
Definition at line 67 of file zone-allocator.h.
References T.
|
inline |
Definition at line 79 of file zone-allocator.h.
|
inline |
Definition at line 76 of file zone-allocator.h.
|
friend |
Definition at line 55 of file zone-allocator.h.