v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::StressConcurrentAllocationObserver Class Reference
Inheritance diagram for v8::internal::StressConcurrentAllocationObserver:
Collaboration diagram for v8::internal::StressConcurrentAllocationObserver:

Public Member Functions

 StressConcurrentAllocationObserver (Heap *heap)
 
void Step (int bytes_allocated, Address, size_t) override
 
- Public Member Functions inherited from v8::internal::AllocationObserver
 AllocationObserver (intptr_t step_size)
 
virtual ~AllocationObserver ()=default
 
 AllocationObserver (const AllocationObserver &)=delete
 
AllocationObserveroperator= (const AllocationObserver &)=delete
 

Private Attributes

Heapheap_
 

Additional Inherited Members

- Static Public Attributes inherited from v8::internal::AllocationObserver
static constexpr intptr_t kNotUsingFixedStepSize = -1
 
- Protected Member Functions inherited from v8::internal::AllocationObserver
virtual intptr_t GetNextStepSize ()
 

Detailed Description

Definition at line 5743 of file heap.cc.

Constructor & Destructor Documentation

◆ StressConcurrentAllocationObserver()

v8::internal::StressConcurrentAllocationObserver::StressConcurrentAllocationObserver ( Heap * heap)
inlineexplicit

Definition at line 5745 of file heap.cc.

Member Function Documentation

◆ Step()

void v8::internal::StressConcurrentAllocationObserver::Step ( int bytes_allocated,
Address ,
size_t  )
inlineoverridevirtual

Implements v8::internal::AllocationObserver.

Definition at line 5748 of file heap.cc.

Here is the call graph for this function:

Member Data Documentation

◆ heap_

Heap* v8::internal::StressConcurrentAllocationObserver::heap_
private

Definition at line 5760 of file heap.cc.


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