SDL  2.0
tbinptr Struct Reference
+ Collaboration diagram for tbinptr:

Data Fields

size_t prev_foot
 
size_t head
 
struct malloc_tree_chunkfd
 
struct malloc_tree_chunkbk
 
struct malloc_tree_chunkchild [2]
 
struct malloc_tree_chunkparent
 
bindex_t index
 

Detailed Description

Definition at line 1868 of file SDL_malloc.c.

Field Documentation

◆ bk

struct malloc_tree_chunk* tbinptr::bk

Definition at line 1874 of file SDL_malloc.c.

◆ child

struct malloc_tree_chunk* tbinptr::child[2]

Definition at line 1876 of file SDL_malloc.c.

◆ fd

struct malloc_tree_chunk* tbinptr::fd

Definition at line 1873 of file SDL_malloc.c.

◆ head

size_t tbinptr::head

Definition at line 1872 of file SDL_malloc.c.

◆ index

bindex_t tbinptr::index

Definition at line 1878 of file SDL_malloc.c.

◆ parent

struct malloc_tree_chunk* tbinptr::parent

Definition at line 1877 of file SDL_malloc.c.

◆ prev_foot

size_t tbinptr::prev_foot

Definition at line 1871 of file SDL_malloc.c.


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