V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
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 |