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 1999 of file SDL_malloc.c.

Field Documentation

◆ base

char* msegmentptr::base

Definition at line 2001 of file SDL_malloc.c.

Referenced by release_unused_segments().

◆ next

struct malloc_segment* msegmentptr::next

Definition at line 2003 of file SDL_malloc.c.

Referenced by release_unused_segments(), and sys_alloc().

◆ sflags

flag_t msegmentptr::sflags

Definition at line 2004 of file SDL_malloc.c.

◆ size

size_t msegmentptr::size

Definition at line 2002 of file SDL_malloc.c.

Referenced by sys_alloc().


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