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

#include <pointer-policies.h>

Inheritance diagram for cppgc::internal::SameThreadEnabledCheckingPolicyBase:
Collaboration diagram for cppgc::internal::SameThreadEnabledCheckingPolicyBase:

Protected Member Functions

void CheckPointerImpl (const void *ptr, bool points_to_payload, bool check_off_heap_assignments)
 

Protected Attributes

const HeapBaseheap_ = nullptr
 

Detailed Description

Definition at line 121 of file pointer-policies.h.

Member Function Documentation

◆ CheckPointerImpl()

void cppgc::internal::SameThreadEnabledCheckingPolicyBase::CheckPointerImpl ( const void * ptr,
bool points_to_payload,
bool check_off_heap_assignments )
protected

Definition at line 32 of file pointer-policies.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ heap_

const HeapBase* cppgc::internal::SameThreadEnabledCheckingPolicyBase::heap_ = nullptr
protected

Definition at line 126 of file pointer-policies.h.


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