![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
Public Member Functions | |
StressConcurrentAllocationObserver (Heap *heap) | |
void | Step (int bytes_allocated, Address, size_t) override |
![]() | |
AllocationObserver (intptr_t step_size) | |
virtual | ~AllocationObserver ()=default |
AllocationObserver (const AllocationObserver &)=delete | |
AllocationObserver & | operator= (const AllocationObserver &)=delete |
Private Attributes | |
Heap * | heap_ |
Additional Inherited Members | |
![]() | |
static constexpr intptr_t | kNotUsingFixedStepSize = -1 |
![]() | |
virtual intptr_t | GetNextStepSize () |
|
inlineexplicit |
|
inlineoverridevirtual |
Implements v8::internal::AllocationObserver.
Definition at line 5748 of file heap.cc.
|
private |