Searched defs:rzalloc (Results 1 – 2 of 2) sorted by relevance
79 #define rzalloc(ctx, type) ((type *) rzalloc_size(ctx, sizeof(type))) macro