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_tree_chunk Struct Reference
Collaboration diagram for malloc_tree_chunk:
Collaboration graph
[legend]

Data Fields

size_t prev_foot
 
size_t head
 
struct malloc_tree_chunkfd
 
struct malloc_tree_chunkbk
 
struct malloc_tree_chunkchild [2]
 
struct malloc_tree_chunkparent
 
bindex_t index
 

Detailed Description

Definition at line 2398 of file dlmalloc.c.

Field Documentation

struct malloc_tree_chunk* malloc_tree_chunk::bk

Definition at line 2403 of file dlmalloc.c.

struct malloc_tree_chunk* malloc_tree_chunk::child[2]

Definition at line 2405 of file dlmalloc.c.

struct malloc_tree_chunk* malloc_tree_chunk::fd

Definition at line 2402 of file dlmalloc.c.

size_t malloc_tree_chunk::head

Definition at line 2401 of file dlmalloc.c.

bindex_t malloc_tree_chunk::index

Definition at line 2407 of file dlmalloc.c.

struct malloc_tree_chunk* malloc_tree_chunk::parent

Definition at line 2406 of file dlmalloc.c.

size_t malloc_tree_chunk::prev_foot

Definition at line 2400 of file dlmalloc.c.


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