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 |
MLOCK_T | mutex |
msegment | seg |
void * | extp |
size_t | exts |
Definition at line 2335 of file memory-gnu-internal.C.
Definition at line 2336 of file memory-gnu-internal.C.
Referenced by do_check_smallbin(), and mspace_malloc().
Definition at line 2337 of file memory-gnu-internal.C.
Referenced by do_check_treebin(), mspace_malloc(), tmalloc_large(), and tmalloc_small().
Definition at line 2338 of file memory-gnu-internal.C.
Referenced by dlfree(), do_check_malloc_state(), mspace_free(), mspace_malloc(), prepend_alloc(), release_unused_segments(), reset_on_error(), and tmalloc_large().
Definition at line 2339 of file memory-gnu-internal.C.
Referenced by CmiMemoryUsage(), dlfree(), do_check_malloc_state(), do_check_top_chunk(), init_top(), internal_malloc_stats(), internal_realloc(), mspace_free(), mspace_malloc(), prepend_alloc(), reset_on_error(), sys_alloc(), sys_trim(), and traverse_and_check().
char* malloc_state::least_addr |
Definition at line 2340 of file memory-gnu-internal.C.
Referenced by init_user_mstate(), mmap_alloc(), mmap_resize(), and sys_alloc().
Definition at line 2341 of file memory-gnu-internal.C.
Referenced by dlfree(), do_check_free_chunk(), do_check_malloc_state(), mspace_free(), mspace_malloc(), prepend_alloc(), release_unused_segments(), reset_on_error(), and traverse_and_check().
Definition at line 2342 of file memory-gnu-internal.C.
Referenced by add_segment(), CmiMemoryUsage(), dlfree(), do_check_free_chunk(), do_check_malloc_state(), init_top(), init_user_mstate(), internal_malloc_stats(), internal_realloc(), mspace_free(), mspace_malloc(), prepend_alloc(), reset_on_error(), sys_alloc(), sys_trim(), and traverse_and_check().
Definition at line 2344 of file memory-gnu-internal.C.
Referenced by dlfree(), init_user_mstate(), mspace_free(), release_unused_segments(), and sys_alloc().
Definition at line 2345 of file memory-gnu-internal.C.
Referenced by init_user_mstate(), and sys_alloc().
mchunkptr malloc_state::smallbins[(NSMALLBINS+1)*2] |
tbinptr malloc_state::treebins[NTREEBINS] |
Definition at line 2348 of file memory-gnu-internal.C.
Referenced by CmiMemoryUsage(), dlfree(), do_check_malloc_state(), init_user_mstate(), internal_malloc_stats(), mmap_alloc(), mmap_resize(), mspace_footprint(), mspace_free(), release_unused_segments(), sys_alloc(), and sys_trim().
Definition at line 2349 of file memory-gnu-internal.C.
Referenced by CmiMaxMemoryUsage(), do_check_malloc_state(), init_user_mstate(), internal_malloc_stats(), mmap_alloc(), mmap_resize(), mspace_max_footprint(), and sys_alloc().
MLOCK_T malloc_state::mutex |
Definition at line 2354 of file memory-gnu-internal.C.
Referenced by add_segment(), alignas(), CmiMemoryUsage(), create_mspace(), create_mspace_with_base(), destroy_mspace(), has_segment_link(), init_user_mstate(), internal_malloc_stats(), release_unused_segments(), reset_on_error(), segment_holding(), sys_alloc(), and traverse_and_check().
void* malloc_state::extp |