The Pedigree Project  0.1
Public Attributes | List of all members
malloc_state Struct Reference
+ Collaboration diagram for malloc_state:

Public Attributes

binmap_t smallmap
 
binmap_t treemap
 
size_t dvsize
 
size_t topsize
 
char * least_addr
 
mchunkptr dv
 
mchunkptr top
 
size_t trim_check
 
size_t release_checks
 
size_t magic
 
mchunkptr smallbins [(NSMALLBINS+1)*2]
 
tbinptr treebins [NTREEBINS]
 
size_t footprint
 
size_t max_footprint
 
size_t footprint_limit
 
flag_t mflags
 
MLOCK_T mutex
 
msegment seg
 
void * extp
 
size_t exts
 

Detailed Description

Definition at line 2608 of file glue-dlmalloc.c.


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