V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
IdleScavengeObserver (Heap &heap, intptr_t step_size) | |
void | Step (int bytes_allocated, Address, size_t) override |
Public Member Functions inherited from v8::internal::AllocationObserver | |
AllocationObserver (intptr_t step_size) | |
void | AllocationStep (int bytes_allocated, Address soon_object, size_t size) |
Additional Inherited Members | |
Protected Member Functions inherited from v8::internal::AllocationObserver | |
intptr_t | step_size () const |
intptr_t | bytes_to_next_step () const |
virtual intptr_t | GetNextStepSize () |
Protected Attributes inherited from v8::internal::AllocationObserver | |
intptr_t | step_size_ |
intptr_t | bytes_to_next_step_ |