_talloc_array 104 third_party/talloc/talloc.h #define talloc_array(ctx, type, count) (type *)_talloc_array(ctx, sizeof(type), count, #type) _talloc_array 105 third_party/talloc/talloc.h #define talloc_array_size(ctx, size, count) _talloc_array(ctx, size, count, __location__) _talloc_array 176 third_party/talloc/talloc.h void *_talloc_array(const void *ctx, size_t el_size, unsigned count, const char *name);