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

#include <heap-snapshot-generator.h>

Inheritance diagram for v8::internal::HeapEntriesAllocator:
Collaboration diagram for v8::internal::HeapEntriesAllocator:

Public Member Functions

virtual ~HeapEntriesAllocator ()=default
 
virtual HeapEntryAllocateEntry (HeapThing ptr)=0
 
virtual HeapEntryAllocateEntry (Tagged< Smi > smi)=0
 

Detailed Description

Definition at line 395 of file heap-snapshot-generator.h.

Constructor & Destructor Documentation

◆ ~HeapEntriesAllocator()

virtual v8::internal::HeapEntriesAllocator::~HeapEntriesAllocator ( )
virtualdefault

Member Function Documentation

◆ AllocateEntry() [1/2]

virtual HeapEntry * v8::internal::HeapEntriesAllocator::AllocateEntry ( HeapThing ptr)
pure virtual

◆ AllocateEntry() [2/2]

virtual HeapEntry * v8::internal::HeapEntriesAllocator::AllocateEntry ( Tagged< Smi > smi)
pure virtual

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