Geant4
10.00.p02
|
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 |
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(), mspace_malloc(), prepend_alloc(), and release_unused_segments().
size_t malloc_state::dvsize |
Definition at line 2449 of file mymalloc.cc.
Referenced by dlfree(), mspace_free(), mspace_malloc(), prepend_alloc(), release_unused_segments(), and tmalloc_large().
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().
size_t malloc_state::footprint |
Definition at line 2459 of file mymalloc.cc.
Referenced by dlfree(), init_user_mstate(), internal_mallinfo(), internal_malloc_stats(), mmap_alloc(), mmap_resize(), mspace_footprint(), mspace_free(), release_unused_segments(), sys_alloc(), and sys_trim().
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 |
Definition at line 2460 of file mymalloc.cc.
Referenced by init_user_mstate(), internal_mallinfo(), internal_malloc_stats(), mmap_alloc(), mmap_resize(), mspace_max_footprint(), and sys_alloc().
flag_t malloc_state::mflags |
Definition at line 2461 of file mymalloc.cc.
Referenced by init_user_mstate().
size_t malloc_state::release_checks |
Definition at line 2455 of file mymalloc.cc.
Referenced by dlfree(), init_user_mstate(), mspace_free(), release_unused_segments(), and sys_alloc().
msegment malloc_state::seg |
Definition at line 2465 of file mymalloc.cc.
Referenced by add_segment(), create_mspace(), create_mspace_with_base(), destroy_mspace(), has_segment_link(), init_user_mstate(), internal_mallinfo(), internal_malloc_stats(), release_unused_segments(), segment_holding(), and sys_alloc().
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 add_segment(), dlfree(), init_top(), init_user_mstate(), internal_mallinfo(), internal_malloc_stats(), internal_realloc(), mspace_free(), mspace_malloc(), prepend_alloc(), sys_alloc(), and sys_trim().
size_t malloc_state::topsize |
Definition at line 2450 of file mymalloc.cc.
Referenced by dlfree(), init_top(), internal_mallinfo(), internal_malloc_stats(), internal_realloc(), mspace_free(), mspace_malloc(), prepend_alloc(), sys_alloc(), and sys_trim().
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().