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

#include <free-list.h>

Collaboration diagram for cppgc::internal::FreeList::Block:

Public Attributes

void * address
 
size_t size
 

Detailed Description

Definition at line 29 of file free-list.h.

Member Data Documentation

◆ address

void* cppgc::internal::FreeList::Block::address

Definition at line 30 of file free-list.h.

◆ size

size_t cppgc::internal::FreeList::Block::size

Definition at line 31 of file free-list.h.


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