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

#include <default-thread-isolated-allocator.h>

Inheritance diagram for v8::platform::DefaultThreadIsolatedAllocator:
Collaboration diagram for v8::platform::DefaultThreadIsolatedAllocator:

Public Member Functions

 DefaultThreadIsolatedAllocator ()
 
 ~DefaultThreadIsolatedAllocator () override
 
void * Allocate (size_t size) override
 
void Free (void *object) override
 
enum Type Type () const override
 
int Pkey () const override
 
bool Valid () const
 

Detailed Description

Definition at line 16 of file default-thread-isolated-allocator.h.

Constructor & Destructor Documentation

◆ DefaultThreadIsolatedAllocator()

v8::platform::DefaultThreadIsolatedAllocator::DefaultThreadIsolatedAllocator ( )

Definition at line 70 of file default-thread-isolated-allocator.cc.

◆ ~DefaultThreadIsolatedAllocator()

v8::platform::DefaultThreadIsolatedAllocator::~DefaultThreadIsolatedAllocator ( )
override

Definition at line 77 of file default-thread-isolated-allocator.cc.

Member Function Documentation

◆ Allocate()

void * v8::platform::DefaultThreadIsolatedAllocator::Allocate ( size_t size)
override

Definition at line 87 of file default-thread-isolated-allocator.cc.

◆ Free()

void v8::platform::DefaultThreadIsolatedAllocator::Free ( void * object)
override

Definition at line 91 of file default-thread-isolated-allocator.cc.

◆ Pkey()

int v8::platform::DefaultThreadIsolatedAllocator::Pkey ( ) const
override

Definition at line 102 of file default-thread-isolated-allocator.cc.

◆ Type()

enum DefaultThreadIsolatedAllocator::Type v8::platform::DefaultThreadIsolatedAllocator::Type ( ) const
override

Definition at line 93 of file default-thread-isolated-allocator.cc.

◆ Valid()

bool v8::platform::DefaultThreadIsolatedAllocator::Valid ( ) const

Definition at line 110 of file default-thread-isolated-allocator.cc.

Here is the caller graph for this function:

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