V8 Project
v8::internal::MemoryAllocator::MemoryAllocationCallbackRegistration Struct Reference
+ Collaboration diagram for v8::internal::MemoryAllocator::MemoryAllocationCallbackRegistration:

Public Member Functions

 MemoryAllocationCallbackRegistration (MemoryAllocationCallback callback, ObjectSpace space, AllocationAction action)
 

Public Attributes

MemoryAllocationCallback callback
 
ObjectSpace space
 
AllocationAction action
 

Detailed Description

Definition at line 1132 of file spaces.h.

Constructor & Destructor Documentation

◆ MemoryAllocationCallbackRegistration()

v8::internal::MemoryAllocator::MemoryAllocationCallbackRegistration::MemoryAllocationCallbackRegistration ( MemoryAllocationCallback  callback,
ObjectSpace  space,
AllocationAction  action 
)
inline

Member Data Documentation

◆ action

AllocationAction v8::internal::MemoryAllocator::MemoryAllocationCallbackRegistration::action

Definition at line 1139 of file spaces.h.

Referenced by v8::internal::MemoryAllocator::PerformAllocationCallback().

◆ callback

MemoryAllocationCallback v8::internal::MemoryAllocator::MemoryAllocationCallbackRegistration::callback

Definition at line 1137 of file spaces.h.

Referenced by v8::internal::MemoryAllocator::PerformAllocationCallback().

◆ space

ObjectSpace v8::internal::MemoryAllocator::MemoryAllocationCallbackRegistration::space

Definition at line 1138 of file spaces.h.

Referenced by v8::internal::MemoryAllocator::PerformAllocationCallback().


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