|
Geant4.10
|
Data Fields | |
| 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 |
Definition at line 2446 of file mymalloc.cc.
| mchunkptr malloc_state::dv |
Definition at line 2452 of file mymalloc.cc.
Referenced by dlfree(), mspace_free(), and mspace_malloc().
| size_t malloc_state::dvsize |
Definition at line 2449 of file mymalloc.cc.
Referenced by dlfree(), mspace_free(), and mspace_malloc().
| void* malloc_state::extp |
Definition at line 2466 of file mymalloc.cc.
| size_t malloc_state::exts |
Definition at line 2467 of file mymalloc.cc.
| size_t malloc_state::footprint |
Definition at line 2459 of file mymalloc.cc.
Referenced by dlfree(), mspace_footprint(), and mspace_free().
| char* malloc_state::least_addr |
Definition at line 2451 of file mymalloc.cc.
| size_t malloc_state::magic |
Definition at line 2456 of file mymalloc.cc.
| size_t malloc_state::max_footprint |
Definition at line 2460 of file mymalloc.cc.
Referenced by mspace_max_footprint().
| flag_t malloc_state::mflags |
Definition at line 2461 of file mymalloc.cc.
| size_t malloc_state::release_checks |
Definition at line 2455 of file mymalloc.cc.
Referenced by dlfree(), and mspace_free().
| msegment malloc_state::seg |
Definition at line 2465 of file mymalloc.cc.
Referenced by create_mspace(), create_mspace_with_base(), and destroy_mspace().
| 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().
| mchunkptr malloc_state::top |
Definition at line 2453 of file mymalloc.cc.
Referenced by dlfree(), mspace_free(), and mspace_malloc().
| size_t malloc_state::topsize |
Definition at line 2450 of file mymalloc.cc.
Referenced by dlfree(), mspace_free(), and mspace_malloc().
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().
| size_t malloc_state::trim_check |
Definition at line 2454 of file mymalloc.cc.
1.8.7