Searched defs:ralloc (Results 1 – 2 of 2) sorted by relevance
68 #define ralloc(ctx, type) ((type *) ralloc_size(ctx, sizeof(type))) macro
32 static void *ralloc(size_t size) { in ralloc() function