libcester
Public Attributes | List of all members
allocated_memory Struct Reference

#include <cester.h>

Public Attributes

unsigned line_num
 
size_t allocated_bytes
 
unsigned function_name_allocated
 
char * address
 
char * function_name
 
const char * file_name
 

Member Data Documentation

◆ address

char* allocated_memory::address

the allocated pointer address. For internal use only.

◆ allocated_bytes

size_t allocated_memory::allocated_bytes

the number of allocated bytes. For internal use only.

◆ file_name

const char* allocated_memory::file_name

the file name where the memory is allocated. For internal use only.

◆ function_name

char* allocated_memory::function_name

the function where the memory is allocated in. For internal use only.

◆ function_name_allocated

unsigned allocated_memory::function_name_allocated

check whether the vallue was set using malloc. For internal use only.

◆ line_num

unsigned allocated_memory::line_num

the line number where the memory was allocated. For internal use only.


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