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

#include <allocation.h>

Inheritance diagram for v8::internal::Malloced:
Collaboration diagram for v8::internal::Malloced:

Static Public Member Functions

static void * operator new (size_t size)
 
static void operator delete (void *p)
 

Detailed Description

Definition at line 32 of file allocation.h.

Member Function Documentation

◆ operator delete()

void v8::internal::Malloced::operator delete ( void * p)
static

Definition at line 103 of file allocation.cc.

Here is the call graph for this function:

◆ operator new()

void * v8::internal::Malloced::operator new ( size_t size)
static

Definition at line 95 of file allocation.cc.

Here is the call graph for this function:

The documentation for this class was generated from the following files: