SDL  2.0
mstate Struct Reference

Data Fields

binmap_t smallmap
 
binmap_t treemap
 
size_t dvsize
 
size_t topsize
 
char * least_addr
 
mchunkptr dv
 
mchunkptr top
 
size_t trim_check
 
size_t magic
 
mchunkptr smallbins [(NSMALLBINS+1) *2]
 
tbinptr treebins [NTREEBINS]
 
size_t footprint
 
size_t max_footprint
 
flag_t mflags
 
MLOCK_T mutex
 
msegment seg
 

Detailed Description

Definition at line 2098 of file SDL_malloc.c.

Field Documentation

◆ dv

mchunkptr mstate::dv

Definition at line 2105 of file SDL_malloc.c.

◆ dvsize

size_t mstate::dvsize

Definition at line 2102 of file SDL_malloc.c.

◆ footprint

size_t mstate::footprint

Definition at line 2111 of file SDL_malloc.c.

Referenced by change_mparam(), and dlmallopt().

◆ least_addr

char* mstate::least_addr

Definition at line 2104 of file SDL_malloc.c.

◆ magic

size_t mstate::magic

Definition at line 2108 of file SDL_malloc.c.

◆ max_footprint

size_t mstate::max_footprint

Definition at line 2112 of file SDL_malloc.c.

Referenced by dlmallopt().

◆ mflags

flag_t mstate::mflags

Definition at line 2113 of file SDL_malloc.c.

◆ mutex

MLOCK_T mstate::mutex

Definition at line 2115 of file SDL_malloc.c.

◆ seg

msegment mstate::seg

Definition at line 2117 of file SDL_malloc.c.

◆ smallbins

mchunkptr mstate::smallbins[(NSMALLBINS+1) *2]

Definition at line 2109 of file SDL_malloc.c.

◆ smallmap

binmap_t mstate::smallmap

Definition at line 2100 of file SDL_malloc.c.

◆ top

mchunkptr mstate::top

Definition at line 2106 of file SDL_malloc.c.

◆ topsize

size_t mstate::topsize

Definition at line 2103 of file SDL_malloc.c.

◆ treebins

tbinptr mstate::treebins[NTREEBINS]

Definition at line 2110 of file SDL_malloc.c.

◆ treemap

binmap_t mstate::treemap

Definition at line 2101 of file SDL_malloc.c.

◆ trim_check

size_t mstate::trim_check

Definition at line 2107 of file SDL_malloc.c.


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