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

#include <heap.h>

Collaboration diagram for v8::internal::Heap::Chunk:

Public Attributes

uint32_t size
 
Address start
 
Address end
 

Detailed Description

Definition at line 286 of file heap.h.

Member Data Documentation

◆ end

Address v8::internal::Heap::Chunk::end

Definition at line 289 of file heap.h.

◆ size

uint32_t v8::internal::Heap::Chunk::size

Definition at line 287 of file heap.h.

◆ start

Address v8::internal::Heap::Chunk::start

Definition at line 288 of file heap.h.


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