Cthulhu  0.2.10
Cthulhu compiler collection
AllocInfo Struct Reference

#include <arena.hpp>

Collaboration diagram for AllocInfo:

Data Fields

size_t id
 the id of the allocation More...
 
Memory size
 the size of the allocation More...
 
std::chrono::steady_clock::time_point timestamp
 the time of the allocation More...
 
size_t trace
 hash of the stack trace More...
 
std::string name
 the name of the allocation More...
 
const void * parent
 the parent of the allocation More...
 

Detailed Description

Definition at line 11 of file arena.hpp.

Field Documentation

◆ id

size_t AllocInfo::id

the id of the allocation

Definition at line 13 of file arena.hpp.

◆ name

std::string AllocInfo::name

the name of the allocation

Definition at line 18 of file arena.hpp.

◆ parent

const void* AllocInfo::parent

the parent of the allocation

Definition at line 19 of file arena.hpp.

◆ size

Memory AllocInfo::size

the size of the allocation

Definition at line 14 of file arena.hpp.

◆ timestamp

std::chrono::steady_clock::time_point AllocInfo::timestamp

the time of the allocation

Definition at line 15 of file arena.hpp.

◆ trace

size_t AllocInfo::trace

hash of the stack trace

Definition at line 16 of file arena.hpp.


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