v8 12.4.254 (node 22.4.1)
V8 is Google's open source JavaScript engine
Loading...
Searching...
No Matches
PageAllocator::SharedMemory Class Referenceabstract

#include <v8-platform.h>

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 566 of file v8-platform.h.

Constructor & Destructor Documentation

◆ ~SharedMemory()

virtual ~SharedMemory ( )
virtualdefault

Member Function Documentation

◆ GetMemory()

virtual void * GetMemory ( ) const
pure virtual

◆ GetSize()

virtual size_t GetSize ( ) const
pure virtual

◆ RemapTo()

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

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