SDL  2.0
sbinptr Struct Reference
+ Collaboration diagram for sbinptr:

Data Fields

size_t prev_foot
 
size_t head
 
struct malloc_chunkfd
 
struct malloc_chunkbk
 

Detailed Description

Definition at line 1662 of file SDL_malloc.c.

Field Documentation

◆ bk

struct malloc_chunk* sbinptr::bk

Definition at line 1667 of file SDL_malloc.c.

Referenced by change_mparam().

◆ fd

struct malloc_chunk* sbinptr::fd

Definition at line 1666 of file SDL_malloc.c.

◆ head

size_t sbinptr::head

Definition at line 1665 of file SDL_malloc.c.

◆ prev_foot

size_t sbinptr::prev_foot

Definition at line 1664 of file SDL_malloc.c.

Referenced by mmap_alloc().


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