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

◆ default_mflags

flag_t malloc_params::default_mflags

Definition at line 2083 of file SDL_malloc.c.

Referenced by init_mparams().

◆ granularity

size_t malloc_params::granularity

Definition at line 2080 of file SDL_malloc.c.

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

◆ magic

size_t malloc_params::magic

Definition at line 2078 of file SDL_malloc.c.

Referenced by init_mparams(), and sys_alloc().

◆ mmap_threshold

size_t malloc_params::mmap_threshold

Definition at line 2081 of file SDL_malloc.c.

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

◆ page_size

size_t malloc_params::page_size

Definition at line 2079 of file SDL_malloc.c.

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

◆ trim_threshold

size_t malloc_params::trim_threshold

Definition at line 2082 of file SDL_malloc.c.

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


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