navit  0.5.3-trunk
malloc_head Struct Reference

Data Fields

int magic
 
int size
 
char * where
 
void * return_address [8]
 
struct malloc_headprev
 
struct malloc_headnext
 

Field Documentation

◆ magic

int malloc_head::magic

Referenced by debug_free(), and debug_malloc().

◆ next

struct malloc_head* malloc_head::next

◆ prev

struct malloc_head* malloc_head::prev

Referenced by debug_free(), and debug_malloc().

◆ return_address

void* malloc_head::return_address[8]

Referenced by debug_dump_mallocs(), and debug_malloc().

◆ size

int malloc_head::size

◆ where

char* malloc_head::where

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