_talloc_zero_array  103 third_party/talloc/talloc.h #define talloc_zero_array(ctx, type, count) (type *)_talloc_zero_array(ctx, sizeof(type), count, #type)
_talloc_zero_array  177 third_party/talloc/talloc.h void *_talloc_zero_array(const void *ctx, size_t el_size, unsigned count, const char *name);