![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <segmented-table.h>
Public Member Functions | |
constexpr | FreelistHead () |
constexpr | FreelistHead (uint32_t next, uint32_t length) |
uint32_t | next () const |
uint32_t | length () const |
bool | is_empty () const |
Private Attributes | |
uint32_t | next_ |
uint32_t | length_ |
Definition at line 103 of file segmented-table.h.
|
inlineconstexpr |
Definition at line 104 of file segmented-table.h.
|
inlineconstexpr |
Definition at line 105 of file segmented-table.h.
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 119 of file segmented-table.h.
|
private |
Definition at line 118 of file segmented-table.h.