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

/xsrc/external/mit/MesaLib/dist/src/util/
H A Dralloc.c56 ralloc_header struct
63 struct ralloc_header *parent;
66 struct ralloc_header *child;
69 struct ralloc_header *prev;
70 struct ralloc_header *next;
75 typedef struct ralloc_header ralloc_header; typedef in typeref:struct:ralloc_header
77 static void unlink_block(ralloc_header *info);
78 static void unsafe_free(ralloc_header *info);
80 static ralloc_header *
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dralloc.c62 ralloc_header struct
69 struct ralloc_header *parent;
72 struct ralloc_header *child;
75 struct ralloc_header *prev;
76 struct ralloc_header *next;
81 typedef struct ralloc_header ralloc_header; typedef in typeref:struct:ralloc_header
83 static void unlink_block(ralloc_header *info);
84 static void unsafe_free(ralloc_header *info);
86 static ralloc_header *
[all...]

Completed in 3 milliseconds