Searched defs:rzalloc (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/util/
H A Dralloc.h71 * \def rzalloc(ctx, type)
79 #define rzalloc(ctx, type) ((type *) rzalloc_size(ctx, sizeof(type))) macro

Completed in 229 milliseconds