SDL  2.0
msegmentptr Struct Reference
+ Collaboration diagram for msegmentptr:

Data Fields

char * base
 
size_t size
 
struct malloc_segmentnext
 
flag_t sflags
 

Detailed Description

Definition at line 1945 of file SDL_malloc.c.

Field Documentation

◆ base

char* msegmentptr::base

Definition at line 1947 of file SDL_malloc.c.

Referenced by dlmallopt(), and release_unused_segments().

◆ next

struct malloc_segment* msegmentptr::next

Definition at line 1949 of file SDL_malloc.c.

Referenced by release_unused_segments(), and sys_alloc().

◆ sflags

flag_t msegmentptr::sflags

Definition at line 1950 of file SDL_malloc.c.

◆ size

size_t msegmentptr::size

Definition at line 1948 of file SDL_malloc.c.

Referenced by sys_alloc().


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