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

Public Attributes

FreeBlocknext
 
size_t size
 

Detailed Description

template<typename T>
struct v8::internal::RecyclingZoneAllocator< T >::FreeBlock

Definition at line 107 of file zone-allocator.h.

Member Data Documentation

◆ next

template<typename T >
FreeBlock* v8::internal::RecyclingZoneAllocator< T >::FreeBlock::next

Definition at line 108 of file zone-allocator.h.

◆ size

template<typename T >
size_t v8::internal::RecyclingZoneAllocator< T >::FreeBlock::size

Definition at line 109 of file zone-allocator.h.


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