v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::base::AllocationResult< Pointer > Struct Template Reference

#include <memory.h>

Collaboration diagram for v8::base::AllocationResult< Pointer >:

Public Attributes

Pointer ptr = nullptr
 
size_t count = 0
 

Detailed Description

template<class Pointer>
struct v8::base::AllocationResult< Pointer >

Definition at line 135 of file memory.h.

Member Data Documentation

◆ count

template<class Pointer >
size_t v8::base::AllocationResult< Pointer >::count = 0

Definition at line 137 of file memory.h.

◆ ptr

template<class Pointer >
Pointer v8::base::AllocationResult< Pointer >::ptr = nullptr

Definition at line 136 of file memory.h.


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