![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <zone-allocator.h>
Public Types | |
using | value_type = T |
Public Member Functions | |
ZoneAllocator (Zone *zone) | |
template<typename U > | |
ZoneAllocator (const ZoneAllocator< U > &other) V8_NOEXCEPT | |
T * | allocate (size_t length) |
void | deallocate (T *p, size_t length) |
bool | operator== (ZoneAllocator const &other) const |
bool | operator!= (ZoneAllocator const &other) const |
Zone * | zone () const |
Private Attributes | |
Zone * | zone_ |
Definition at line 16 of file zone-allocator.h.
using v8::internal::ZoneAllocator< T >::value_type = T |
Definition at line 18 of file zone-allocator.h.
|
inlineexplicit |
|
inline |
|
inline |
Definition at line 49 of file zone-allocator.h.
|
inline |
|
inline |
Definition at line 55 of file zone-allocator.h.
|
inline |
Definition at line 52 of file zone-allocator.h.
|
inline |
Definition at line 59 of file zone-allocator.h.
|
private |
Definition at line 62 of file zone-allocator.h.