|
navit
0.5.3-trunk
|
Data Fields | |
| int | magic |
| int | size |
| char * | where |
| void * | return_address [8] |
| struct malloc_head * | prev |
| struct malloc_head * | next |
| int malloc_head::magic |
Referenced by debug_free(), and debug_malloc().
| struct malloc_head* malloc_head::next |
Referenced by debug_dump_mallocs(), debug_free(), and debug_malloc().
| 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 |
Referenced by debug_dump_mallocs(), debug_free(), and debug_malloc().
| char* malloc_head::where |
Referenced by debug_dump_mallocs(), debug_free(), and debug_malloc().