navit  0.5.1-trunk
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Groups
malloc_head Struct Reference

Data Fields

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

Field Documentation

int malloc_head::magic

Referenced by debug_free(), and debug_malloc().

struct malloc_head* malloc_head::next
struct malloc_head* malloc_head::prev

Referenced by debug_free(), and debug_malloc().

void* malloc_head::return_address[8]

Referenced by debug_dump_mallocs(), and debug_malloc().

int malloc_head::size
char* malloc_head::where

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