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

/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dmspace.c517 struct malloc_tree_chunk { struct
521 struct malloc_tree_chunk* fd;
522 struct malloc_tree_chunk* bk;
524 struct malloc_tree_chunk* child[2];
525 struct malloc_tree_chunk* parent;
529 typedef struct malloc_tree_chunk tchunk;
530 typedef struct malloc_tree_chunk* tchunkptr;
531 typedef struct malloc_tree_chunk* tbinptr; /* The type of bins of trees */

Completed in 7 milliseconds