Tilde Friends
|
#include <mem.h>
Public Attributes | |
uint32_t | stack_hash |
int | count |
size_t | size |
void * | frames [32] |
int | frames_count |
Information about a memory allocation.
int _tf_mem_allocation_t::count |
The number of instances of this allocation.
void* _tf_mem_allocation_t::frames[32] |
The callstack from which this allocation was made.
int _tf_mem_allocation_t::frames_count |
The number of frames in the callstack.
size_t _tf_mem_allocation_t::size |
The size of this allocation.
uint32_t _tf_mem_allocation_t::stack_hash |
A hash of the callstack used for determining uniqueness.