
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 2211 of file memory-gnu.c.
| unsigned long malloc_par::trim_threshold |
Definition at line 2213 of file memory-gnu.c.
| INTERNAL_SIZE_T malloc_par::top_pad |
Definition at line 2214 of file memory-gnu.c.
| INTERNAL_SIZE_T malloc_par::mmap_threshold |
Definition at line 2215 of file memory-gnu.c.
Definition at line 2218 of file memory-gnu.c.
Definition at line 2219 of file memory-gnu.c.
Definition at line 2220 of file memory-gnu.c.
| unsigned int malloc_par::pagesize |
Definition at line 2223 of file memory-gnu.c.
| INTERNAL_SIZE_T malloc_par::mmapped_mem |
Definition at line 2226 of file memory-gnu.c.
| INTERNAL_SIZE_T malloc_par::max_mmapped_mem |
Definition at line 2229 of file memory-gnu.c.
| INTERNAL_SIZE_T malloc_par::max_total_mem |
Definition at line 2230 of file memory-gnu.c.
| char* malloc_par::sbrk_base |
Definition at line 2233 of file memory-gnu.c.
1.5.1