

Data Fields | |
| unsigned long | trim_threshold |
| INTERNAL_SIZE_T | top_pad |
| INTERNAL_SIZE_T | mmap_threshold |
| int | n_mmaps |
| int | n_mmaps_max |
| int | max_n_mmaps |
| unsigned int | pagesize |
| INTERNAL_SIZE_T | mmapped_mem |
| INTERNAL_SIZE_T | max_mmapped_mem |
| INTERNAL_SIZE_T | max_total_mem |
| char * | sbrk_base |
Definition at line 2217 of file memory-gnu.c.
| unsigned long malloc_par::trim_threshold |
Definition at line 2219 of file memory-gnu.c.
Referenced by public_gET_STATe(), and public_sET_STATe().
| INTERNAL_SIZE_T malloc_par::top_pad |
Definition at line 2220 of file memory-gnu.c.
Referenced by public_gET_STATe(), and public_sET_STATe().
| INTERNAL_SIZE_T malloc_par::mmap_threshold |
Definition at line 2221 of file memory-gnu.c.
Referenced by public_gET_STATe(), and public_sET_STATe().
Definition at line 2224 of file memory-gnu.c.
Referenced by public_gET_STATe(), and public_sET_STATe().
Definition at line 2225 of file memory-gnu.c.
Referenced by public_gET_STATe(), and public_sET_STATe().
Definition at line 2226 of file memory-gnu.c.
Referenced by public_gET_STATe(), and public_sET_STATe().
| unsigned int malloc_par::pagesize |
Definition at line 2229 of file memory-gnu.c.
| INTERNAL_SIZE_T malloc_par::mmapped_mem |
Definition at line 2232 of file memory-gnu.c.
Referenced by public_gET_STATe(), and public_sET_STATe().
| INTERNAL_SIZE_T malloc_par::max_mmapped_mem |
Definition at line 2235 of file memory-gnu.c.
Referenced by public_gET_STATe(), and public_sET_STATe().
| INTERNAL_SIZE_T malloc_par::max_total_mem |
Definition at line 2236 of file memory-gnu.c.
Referenced by public_gET_STATe(), and public_sET_STATe().
| char* malloc_par::sbrk_base |
Definition at line 2239 of file memory-gnu.c.
Referenced by public_gET_STATe(), and public_sET_STATe().
1.5.5