|
libcester
|
#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 |
| char* allocated_memory::address |
the allocated pointer address. For internal use only.
| size_t allocated_memory::allocated_bytes |
the number of allocated bytes. For internal use only.
| const char* allocated_memory::file_name |
the file name where the memory is allocated. For internal use only.
| char* allocated_memory::function_name |
the function where the memory is allocated in. For internal use only.
| unsigned allocated_memory::function_name_allocated |
check whether the vallue was set using malloc. For internal use only.
| unsigned allocated_memory::line_num |
the line number where the memory was allocated. For internal use only.
1.8.17