Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/
Dralloc.c51 struct ralloc_header struct
60 struct ralloc_header *parent; argument
63 struct ralloc_header *child; argument
66 struct ralloc_header *prev; argument
67 struct ralloc_header *next; argument
72 typedef struct ralloc_header ralloc_header; argument
74 static void unlink_block(ralloc_header *info);
75 static void unsafe_free(ralloc_header *info);
77 static ralloc_header *
80 ralloc_header *info = (ralloc_header *) (((char *) ptr) - in get_header()
[all …]