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

#include <v8-platform.h>

Inheritance diagram for v8::PageAllocator::SharedMemory:
Collaboration diagram for v8::PageAllocator::SharedMemory:

Public Member Functions

virtual ~SharedMemory ()=default
 
virtual std::unique_ptr< SharedMemoryMappingRemapTo (void *new_address) const =0
 
virtual void * GetMemory () const =0
 
virtual size_t GetSize () const =0
 

Detailed Description

INTERNAL ONLY: This interface has not been stabilised and may change without notice from one release to another without being deprecated first.

Definition at line 584 of file v8-platform.h.

Constructor & Destructor Documentation

◆ ~SharedMemory()

virtual v8::PageAllocator::SharedMemory::~SharedMemory ( )
virtualdefault

Reimplemented in v8::base::SharedMemory.

Member Function Documentation

◆ GetMemory()

virtual void * v8::PageAllocator::SharedMemory::GetMemory ( ) const
pure virtual

Implemented in v8::base::SharedMemory.

◆ GetSize()

virtual size_t v8::PageAllocator::SharedMemory::GetSize ( ) const
pure virtual

Implemented in v8::base::SharedMemory.

◆ RemapTo()

virtual std::unique_ptr< SharedMemoryMapping > v8::PageAllocator::SharedMemory::RemapTo ( void * new_address) const
pure virtual

Implemented in v8::base::SharedMemory.

Here is the caller graph for this function:

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