v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::FreeStoreAllocationPolicy Class Reference

#include <allocation.h>

Collaboration diagram for v8::internal::FreeStoreAllocationPolicy:

Public Member Functions

template<typename T , typename TypeTag = T[]>
V8_INLINE TAllocateArray (size_t length)
 
template<typename T , typename TypeTag = T[]>
V8_INLINE void DeleteArray (T *p, size_t length)
 

Detailed Description

Definition at line 83 of file allocation.h.

Member Function Documentation

◆ AllocateArray()

template<typename T , typename TypeTag = T[]>
V8_INLINE T * v8::internal::FreeStoreAllocationPolicy::AllocateArray ( size_t length)
inline

Definition at line 86 of file allocation.h.

◆ DeleteArray()

template<typename T , typename TypeTag = T[]>
V8_INLINE void v8::internal::FreeStoreAllocationPolicy::DeleteArray ( T * p,
size_t length )
inline

Definition at line 90 of file allocation.h.


The documentation for this class was generated from the following file: