![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <code-memory-access.h>
Public Types | |
typedef T | value_type |
Public Member Functions | |
StlAllocator ()=default | |
template<class U > | |
StlAllocator (const StlAllocator< U > &) noexcept | |
value_type * | allocate (size_t n) |
void | deallocate (value_type *ptr, size_t n) |
Definition at line 227 of file code-memory-access.h.
T v8::internal::ThreadIsolation::StlAllocator< T >::value_type |
Definition at line 228 of file code-memory-access.h.
|
default |
|
inlineexplicitnoexcept |
Definition at line 232 of file code-memory-access.h.
|
inline |
Definition at line 234 of file code-memory-access.h.
|
inline |
Definition at line 243 of file code-memory-access.h.