summaryrefslogtreecommitdiff
path: root/lib/util/talloc_report_printf.h
AgeCommit message (Collapse)AuthorFilesLines
2019-09-18lib: Add talloc_full_report_printf()Volker Lendecke1-0/+29
Print the talloc full report into a FILE*. talloc itself provides a very similar function, talloc_report_full(). However, that has a slightly different output, in particular it does not print the contents of strings, which is very handy for debugging. Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>