Lines Matching refs:ralloc_size
65 * ((type *) ralloc_size(ctx, sizeof(type))
68 #define ralloc(ctx, type) ((type *) ralloc_size(ctx, sizeof(type)))
89 * ((type *) ralloc_size(ctx, 0)
101 void *ralloc_size(const void *ctx, size_t size) MALLOCLIKE;
115 * calling ralloc_size(ctx, 0). This is different from talloc.
130 * calling ralloc_size(ctx, 0). This is different from talloc.
183 * calling ralloc_size(ctx, 0). This is different from talloc.
204 * calling ralloc_size(ctx, 0). This is different from talloc.
244 * calling ralloc_size(ctx, 0). This is different from talloc.
266 * calling ralloc_size(ctx, 0). This is different from talloc.
519 DECLARE_ALLOC_CXX_OPERATORS_TEMPLATE(type, ralloc_size)