#include <allocation-stats.h>
Definition at line 24 of file allocation-stats.h.
◆ AllocationStats()
v8::internal::AllocationStats::AllocationStats |
( |
| ) |
|
|
inline |
◆ Capacity()
size_t v8::internal::AllocationStats::Capacity |
( |
| ) |
const |
|
inline |
◆ Clear()
void v8::internal::AllocationStats::Clear |
( |
| ) |
|
|
inline |
◆ ClearSize()
void v8::internal::AllocationStats::ClearSize |
( |
| ) |
|
|
inline |
◆ DecreaseAllocatedBytes()
◆ DecreaseCapacity()
void v8::internal::AllocationStats::DecreaseCapacity |
( |
size_t | bytes | ) |
|
|
inline |
◆ IncreaseAllocatedBytes()
◆ IncreaseCapacity()
void v8::internal::AllocationStats::IncreaseCapacity |
( |
size_t | bytes | ) |
|
|
inline |
◆ MaxCapacity()
size_t v8::internal::AllocationStats::MaxCapacity |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ Size()
size_t v8::internal::AllocationStats::Size |
( |
| ) |
const |
|
inline |
◆ capacity_
std::atomic<size_t> v8::internal::AllocationStats::capacity_ |
|
private |
◆ max_capacity_
size_t v8::internal::AllocationStats::max_capacity_ |
|
private |
◆ size_
std::atomic<size_t> v8::internal::AllocationStats::size_ |
|
private |
The documentation for this class was generated from the following file: