v8 12.4.254 (node 22.4.1)
V8 is Google's open source JavaScript engine
|
#include <allocation.h>
Public Member Functions | |
constexpr | AdditionalBytes (size_t bytes) |
Data Fields | |
const size_t | value |
Passed to MakeGarbageCollected to specify how many bytes should be appended to the allocated object.
Example:
Definition at line 220 of file allocation.h.
|
inlineexplicitconstexpr |
Definition at line 221 of file allocation.h.
const size_t value |
Definition at line 222 of file allocation.h.
Referenced by MakeGarbageCollectedTrait< T >::Call(), and cppgc::subtle::Resize().