V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
AllocationTraceNode (AllocationTraceTree *tree, unsigned function_info_index) | |
AllocationTraceNode * | FindChild (unsigned function_info_index) |
AllocationTraceNode * | FindOrAddChild (unsigned function_info_index) |
void | AddAllocation (unsigned size) |
unsigned | function_info_index () const |
unsigned | allocation_size () const |
unsigned | allocation_count () const |
unsigned | id () const |
const std::vector< AllocationTraceNode * > & | children () const |
void | Print (int indent, AllocationTracker *tracker) |
Definition at line 26 of file allocation-tracker.h.