#include <malloc.c.h>

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 2441 of file malloc.c.h.
Definition at line 2442 of file malloc.c.h.
| size_t malloc_state::dvsize |
Definition at line 2444 of file malloc.c.h.
Referenced by dlfree(), prepend_alloc(), release_unused_segments(), and tmalloc_large().
| size_t malloc_state::topsize |
Definition at line 2445 of file malloc.c.h.
Referenced by dlfree(), init_top(), internal_mallinfo(), internal_malloc_stats(), internal_realloc(), prepend_alloc(), sys_alloc(), and sys_trim().
| char* malloc_state::least_addr |
Definition at line 2446 of file malloc.c.h.
Referenced by mmap_alloc(), mmap_resize(), and sys_alloc().
Definition at line 2447 of file malloc.c.h.
Referenced by dlfree(), prepend_alloc(), and release_unused_segments().
Definition at line 2448 of file malloc.c.h.
Referenced by add_segment(), dlfree(), init_top(), internal_mallinfo(), internal_malloc_stats(), internal_realloc(), prepend_alloc(), sys_alloc(), and sys_trim().
| size_t malloc_state::trim_check |
| size_t malloc_state::release_checks |
Definition at line 2450 of file malloc.c.h.
Referenced by dlfree(), release_unused_segments(), and sys_alloc().
| size_t malloc_state::magic |
| mchunkptr malloc_state::smallbins[(NSMALLBINS+1)*2] |
Definition at line 2452 of file malloc.c.h.
| tbinptr malloc_state::treebins[NTREEBINS] |
Definition at line 2453 of file malloc.c.h.
| size_t malloc_state::footprint |
Definition at line 2454 of file malloc.c.h.
Referenced by dlfree(), internal_mallinfo(), internal_malloc_stats(), mmap_alloc(), mmap_resize(), release_unused_segments(), sys_alloc(), and sys_trim().
| size_t malloc_state::max_footprint |
Definition at line 2455 of file malloc.c.h.
Referenced by internal_mallinfo(), internal_malloc_stats(), mmap_alloc(), mmap_resize(), and sys_alloc().
Definition at line 2456 of file malloc.c.h.
Definition at line 2460 of file malloc.c.h.
Referenced by add_segment(), has_segment_link(), internal_mallinfo(), internal_malloc_stats(), release_unused_segments(), segment_holding(), and sys_alloc().
| void* malloc_state::extp |
| size_t malloc_state::exts |
Definition at line 2462 of file malloc.c.h.
1.5.6