Geant4  10.00.p02
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
 
flag_t mflags
 
msegment seg
 
void * extp
 
size_t exts
 

Detailed Description

Definition at line 2446 of file mymalloc.cc.

Member Data Documentation

mchunkptr malloc_state::dv
size_t malloc_state::dvsize
void* malloc_state::extp

Definition at line 2466 of file mymalloc.cc.

Referenced by init_user_mstate().

size_t malloc_state::exts

Definition at line 2467 of file mymalloc.cc.

Referenced by init_user_mstate().

char* malloc_state::least_addr

Definition at line 2451 of file mymalloc.cc.

Referenced by init_user_mstate(), mmap_alloc(), mmap_resize(), and sys_alloc().

size_t malloc_state::magic

Definition at line 2456 of file mymalloc.cc.

Referenced by init_mparams(), init_user_mstate(), and sys_alloc().

size_t malloc_state::max_footprint
flag_t malloc_state::mflags

Definition at line 2461 of file mymalloc.cc.

Referenced by init_user_mstate().

size_t malloc_state::release_checks
mchunkptr malloc_state::smallbins[(NSMALLBINS+1)*2]

Definition at line 2457 of file mymalloc.cc.

binmap_t malloc_state::smallmap

Definition at line 2447 of file mymalloc.cc.

Referenced by mspace_malloc().

tbinptr malloc_state::treebins[NTREEBINS]

Definition at line 2458 of file mymalloc.cc.

binmap_t malloc_state::treemap

Definition at line 2448 of file mymalloc.cc.

Referenced by mspace_malloc(), tmalloc_large(), and tmalloc_small().

size_t malloc_state::trim_check

Definition at line 2454 of file mymalloc.cc.

Referenced by init_top(), and sys_trim().


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