SDL  2.0
malloc_params Struct Reference

Data Fields

size_t magic
 
size_t page_size
 
size_t granularity
 
size_t mmap_threshold
 
size_t trim_threshold
 
flag_t default_mflags
 

Detailed Description

Definition at line 2076 of file SDL_malloc.c.

Field Documentation

flag_t malloc_params::default_mflags

Definition at line 2083 of file SDL_malloc.c.

Referenced by init_mparams().

size_t malloc_params::granularity

Definition at line 2080 of file SDL_malloc.c.

Referenced by change_mparam(), init_mparams(), mmap_resize(), and sys_trim().

size_t malloc_params::magic

Definition at line 2078 of file SDL_malloc.c.

Referenced by init_mparams(), and sys_alloc().

size_t malloc_params::mmap_threshold

Definition at line 2081 of file SDL_malloc.c.

Referenced by change_mparam(), init_mparams(), and sys_alloc().

size_t malloc_params::page_size

Definition at line 2079 of file SDL_malloc.c.

Referenced by change_mparam(), dlpvalloc(), dlvalloc(), and init_mparams().

size_t malloc_params::trim_threshold

Definition at line 2082 of file SDL_malloc.c.

Referenced by change_mparam(), init_mparams(), and init_top().


The documentation for this struct was generated from the following file: