talloc_zero        53 third_party/talloc/pytalloc.h #define py_talloc_new(type, typeobj) py_talloc_steal(typeobj, talloc_zero(NULL, type))
talloc_zero       123 third_party/talloc/talloc.h #define talloc_zero_p(ctx, type) talloc_zero(ctx, type)