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

#include <hashmap.h>

Collaboration diagram for v8::base::DefaultAllocationPolicy:

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 22 of file hashmap.h.

Member Function Documentation

◆ AllocateArray()

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

Definition at line 25 of file hashmap.h.

Here is the call graph for this function:

◆ DeleteArray()

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

Definition at line 29 of file hashmap.h.

Here is the call graph for this function:

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