

Data Fields | |
| mutex_t | mutex |
| long | stat_lock_direct |
| long | stat_lock_loop |
| long | stat_lock_wait |
| long | pad0_ [1] |
| INTERNAL_SIZE_T | max_fast |
| mfastbinptr | fastbins [NFASTBINS] |
| mchunkptr | top |
| mchunkptr | last_remainder |
| mchunkptr | bins [NBINS *2] |
| unsigned int | binmap [BINMAPSIZE] |
| struct malloc_state * | next |
| INTERNAL_SIZE_T | system_mem |
| INTERNAL_SIZE_T | max_system_mem |
Definition at line 2183 of file memory-gnu.c.
Definition at line 2185 of file memory-gnu.c.
Referenced by __MALLOC_P(), free_atfork(), public_gET_STATe(), and public_sET_STATe().
Definition at line 2188 of file memory-gnu.c.
Definition at line 2188 of file memory-gnu.c.
Definition at line 2188 of file memory-gnu.c.
| long malloc_state::pad0_[1] |
Definition at line 2189 of file memory-gnu.c.
| INTERNAL_SIZE_T malloc_state::max_fast |
Definition at line 2192 of file memory-gnu.c.
| mfastbinptr malloc_state::fastbins[NFASTBINS] |
Definition at line 2198 of file memory-gnu.c.
| mchunkptr malloc_state::bins[NBINS *2] |
Definition at line 2204 of file memory-gnu.c.
| unsigned int malloc_state::binmap[BINMAPSIZE] |
struct malloc_state* malloc_state::next [read] |
| INTERNAL_SIZE_T malloc_state::system_mem |
Definition at line 2213 of file memory-gnu.c.
Referenced by public_gET_STATe(), and public_sET_STATe().
| INTERNAL_SIZE_T malloc_state::max_system_mem |
Definition at line 2214 of file memory-gnu.c.
Referenced by public_gET_STATe(), and public_sET_STATe().
1.5.5