Searched defs:ralloc (Results 1 – 2 of 2) sorted by relevance
68 #define ralloc(ctx, type) ((type *) ralloc_size(ctx, sizeof(type))) macro