v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::AllocationCounter::AllocationObserverCounter Struct Referencefinal
Collaboration diagram for v8::internal::AllocationCounter::AllocationObserverCounter:

Public Member Functions

 AllocationObserverCounter (AllocationObserver *observer, size_t prev_counter, size_t next_counter)
 

Public Attributes

AllocationObserverobserver_
 
size_t prev_counter_
 
size_t next_counter_
 

Detailed Description

Definition at line 88 of file allocation-observer.h.

Constructor & Destructor Documentation

◆ AllocationObserverCounter()

v8::internal::AllocationCounter::AllocationObserverCounter::AllocationObserverCounter ( AllocationObserver * observer,
size_t prev_counter,
size_t next_counter )
inline

Definition at line 89 of file allocation-observer.h.

Member Data Documentation

◆ next_counter_

size_t v8::internal::AllocationCounter::AllocationObserverCounter::next_counter_

Definition at line 97 of file allocation-observer.h.

◆ observer_

AllocationObserver* v8::internal::AllocationCounter::AllocationObserverCounter::observer_

Definition at line 95 of file allocation-observer.h.

◆ prev_counter_

size_t v8::internal::AllocationCounter::AllocationObserverCounter::prev_counter_

Definition at line 96 of file allocation-observer.h.


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