edbee - Qt Editor Library
Public Member Functions | Public Attributes | List of all members
edbee::DebugAllocation Struct Reference

This structure is used to 'remember' what is allocated at which place. More...

#include <debug_allocs.h>

+ Collaboration diagram for edbee::DebugAllocation:

Public Member Functions

void clear ()
 

Public Attributes

void * pointer
 
std::size_t size
 
char * file
 
int line
 

Detailed Description

This structure is used to 'remember' what is allocated at which place.

Member Function Documentation

◆ clear()

void edbee::DebugAllocation::clear ( )
inline

Member Data Documentation

◆ file

char* edbee::DebugAllocation::file

◆ line

int edbee::DebugAllocation::line

◆ pointer

void* edbee::DebugAllocation::pointer

◆ size

std::size_t edbee::DebugAllocation::size

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