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

#include <v8-platform.h>

Collaboration diagram for v8::HighAllocationThroughputObserver:

Public Member Functions

virtual void EnterSection ()
 
virtual void LeaveSection ()
 

Detailed Description

Observer used by V8 to notify the embedder about entering/leaving sections with high throughput of malloc/free operations.

Definition at line 1046 of file v8-platform.h.

Member Function Documentation

◆ EnterSection()

virtual void v8::HighAllocationThroughputObserver::EnterSection ( )
inlinevirtual

Definition at line 1048 of file v8-platform.h.

Here is the caller graph for this function:

◆ LeaveSection()

virtual void v8::HighAllocationThroughputObserver::LeaveSection ( )
inlinevirtual

Definition at line 1049 of file v8-platform.h.

Here is the caller graph for this function:

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