Stackdb
Stackdb is a stackable, multi-target and -level source debugger and memory forensics library.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
malloc_chunk Struct Reference
Collaboration diagram for malloc_chunk:
Collaboration graph
[legend]

Data Fields

size_t prev_foot
 
size_t head
 
struct malloc_chunkfd
 
struct malloc_chunkbk
 

Detailed Description

Definition at line 2189 of file dlmalloc.c.

Field Documentation

struct malloc_chunk* malloc_chunk::bk

Definition at line 2193 of file dlmalloc.c.

struct malloc_chunk* malloc_chunk::fd

Definition at line 2192 of file dlmalloc.c.

size_t malloc_chunk::head

Definition at line 2191 of file dlmalloc.c.

size_t malloc_chunk::prev_foot

Definition at line 2190 of file dlmalloc.c.


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