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

Data Fields

char * base
 
size_t size
 
struct malloc_segmentnext
 
flag_t sflags
 

Detailed Description

Definition at line 2474 of file dlmalloc.c.

Field Documentation

char* malloc_segment::base

Definition at line 2475 of file dlmalloc.c.

struct malloc_segment* malloc_segment::next

Definition at line 2477 of file dlmalloc.c.

flag_t malloc_segment::sflags

Definition at line 2478 of file dlmalloc.c.

size_t malloc_segment::size

Definition at line 2476 of file dlmalloc.c.


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