v8 12.4.254 (node 22.4.1)
V8 is Google's open source JavaScript engine
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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 1040 of file v8-platform.h.

Member Function Documentation

◆ EnterSection()

virtual void EnterSection ( )
inlinevirtual

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

◆ LeaveSection()

virtual void LeaveSection ( )
inlinevirtual

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


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