Home
last modified time | relevance | path

Searched defs:ralloc (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/util/
Dralloc.h68 #define ralloc(ctx, type) ((type *) ralloc_size(ctx, sizeof(type))) macro
/external/adhd/cras/src/tests/
Dfmt_conv_unittest.cc32 static void *ralloc(size_t size) { in ralloc() function