|
Cthulhu
0.2.10
Cthulhu compiler collection
|
#include <arena.hpp>

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... | |
| std::chrono::steady_clock::time_point AllocInfo::timestamp |