Searched refs:malloc_tree_chunk (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c1848 struct malloc_tree_chunk { struct
1852 struct malloc_tree_chunk* fd;
1853 struct malloc_tree_chunk* bk;
1855 struct malloc_tree_chunk* child[2];
1856 struct malloc_tree_chunk* parent;
1860 typedef struct malloc_tree_chunk tchunk;
1861 typedef struct malloc_tree_chunk* tchunkptr;
1862 typedef struct malloc_tree_chunk* tbinptr; /* The type of bins of trees */

Completed in 375 milliseconds