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

Public Attributes

MutablePageMetadatapage
 
intptr_t live_bytes
 

Detailed Description

Definition at line 81 of file concurrent-marking.cc.

Member Data Documentation

◆ live_bytes

intptr_t v8::internal::MemoryChunkLiveBytesMap::Entry::live_bytes

Definition at line 83 of file concurrent-marking.cc.

◆ page

MutablePageMetadata* v8::internal::MemoryChunkLiveBytesMap::Entry::page

Definition at line 82 of file concurrent-marking.cc.


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