V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::VerboseAccountingAllocator Class Reference
Inheritance diagram for v8::internal::VerboseAccountingAllocator:
v8::internal::AccountingAllocator

Public Member Functions

 VerboseAccountingAllocator (Heap *heap, size_t allocation_sample_bytes, size_t pool_sample_bytes)
 
v8::internal::SegmentGetSegment (size_t size) override
 
void ReturnSegment (v8::internal::Segment *memory) override
 
void ZoneCreation (const Zone *zone) override
 
void ZoneDestruction (const Zone *zone) override
 
- Public Member Functions inherited from v8::internal::AccountingAllocator
size_t GetCurrentMemoryUsage () const
 
size_t GetMaxMemoryUsage () const
 
size_t GetCurrentPoolSize () const
 
void MemoryPressureNotification (MemoryPressureLevel level)
 
void ConfigureSegmentPool (const size_t max_pool_size)
 

Additional Inherited Members

- Static Public Attributes inherited from v8::internal::AccountingAllocator
static const size_t kMaxPoolSize = 8ul * KB
 

Detailed Description

Definition at line 2642 of file isolate.cc.


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