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

#include <object-size-trait.h>

Inheritance diagram for cppgc::internal::BaseObjectSizeTrait:
Collaboration diagram for cppgc::internal::BaseObjectSizeTrait:

Static Protected Member Functions

static size_t GetObjectSizeForGarbageCollected (const void *)
 
static size_t GetObjectSizeForGarbageCollectedMixin (const void *)
 

Detailed Description

Definition at line 17 of file object-size-trait.h.

Member Function Documentation

◆ GetObjectSizeForGarbageCollected()

size_t cppgc::internal::BaseObjectSizeTrait::GetObjectSizeForGarbageCollected ( const void * object)
staticprotected

Definition at line 15 of file object-size-trait.cc.

Here is the call graph for this function:

◆ GetObjectSizeForGarbageCollectedMixin()

size_t cppgc::internal::BaseObjectSizeTrait::GetObjectSizeForGarbageCollectedMixin ( const void * address)
staticprotected

Definition at line 22 of file object-size-trait.cc.

Here is the call graph for this function:

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