|
V8 Project
|
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 |
|
inline |
Definition at line 1133 of file spaces.h.
| AllocationAction v8::internal::MemoryAllocator::MemoryAllocationCallbackRegistration::action |
Definition at line 1139 of file spaces.h.
Referenced by v8::internal::MemoryAllocator::PerformAllocationCallback().
| MemoryAllocationCallback v8::internal::MemoryAllocator::MemoryAllocationCallbackRegistration::callback |
Definition at line 1137 of file spaces.h.
Referenced by v8::internal::MemoryAllocator::PerformAllocationCallback().
| ObjectSpace v8::internal::MemoryAllocator::MemoryAllocationCallbackRegistration::space |
Definition at line 1138 of file spaces.h.
Referenced by v8::internal::MemoryAllocator::PerformAllocationCallback().