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