Tilde Friends
_tf_mem_allocation_t Struct Reference

#include <mem.h>

Public Attributes

uint32_t stack_hash
 
int count
 
size_t size
 
void * frames [32]
 
int frames_count
 

Detailed Description

Information about a memory allocation.

Member Data Documentation

◆ count

int _tf_mem_allocation_t::count

The number of instances of this allocation.

◆ frames

void* _tf_mem_allocation_t::frames[32]

The callstack from which this allocation was made.

◆ frames_count

int _tf_mem_allocation_t::frames_count

The number of frames in the callstack.

◆ size

size_t _tf_mem_allocation_t::size

The size of this allocation.

◆ stack_hash

uint32_t _tf_mem_allocation_t::stack_hash

A hash of the callstack used for determining uniqueness.


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