v8  10.1.124 (node 18.2.0)
V8 is Google's open source JavaScript engine
HighAllocationThroughputObserver Class Reference

#include <v8-platform.h>

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 874 of file v8-platform.h.

Member Function Documentation

◆ EnterSection()

virtual void EnterSection ( )
inlinevirtual

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

◆ LeaveSection()

virtual void LeaveSection ( )
inlinevirtual

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


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