V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::AllocationObserver Class Referenceabstract
Inheritance diagram for v8::internal::AllocationObserver:
v8::internal::IdleScavengeObserver v8::internal::SamplingAllocationObserver v8::internal::StressMarkingObserver v8::internal::StressScavengeObserver

Public Member Functions

 AllocationObserver (intptr_t step_size)
 
void AllocationStep (int bytes_allocated, Address soon_object, size_t size)
 

Protected Member Functions

intptr_t step_size () const
 
intptr_t bytes_to_next_step () const
 
virtual void Step (int bytes_allocated, Address soon_object, size_t size)=0
 
virtual intptr_t GetNextStepSize ()
 

Protected Attributes

intptr_t step_size_
 
intptr_t bytes_to_next_step_
 

Friends

class Space
 

Detailed Description

Definition at line 2274 of file heap.h.


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