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

#include <process-heap.h>

Collaboration diagram for cppgc::internal::HeapRegistry::Subscription:

Public Member Functions

 Subscription (HeapBase &)
 
 ~Subscription ()
 

Private Attributes

HeapBaseheap_
 

Detailed Description

Definition at line 76 of file process-heap.h.

Constructor & Destructor Documentation

◆ Subscription()

cppgc::internal::HeapRegistry::Subscription::Subscription ( HeapBase & heap)
inlineexplicit

Definition at line 95 of file process-heap.h.

Here is the call graph for this function:

◆ ~Subscription()

cppgc::internal::HeapRegistry::Subscription::~Subscription ( )
inline

Definition at line 99 of file process-heap.h.

Here is the call graph for this function:

Member Data Documentation

◆ heap_

HeapBase& cppgc::internal::HeapRegistry::Subscription::heap_
private

Definition at line 82 of file process-heap.h.


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