From 75bcb28a95219b1f7456f1a6dd418c821ca1bb62 Mon Sep 17 00:00:00 2001 From: Pavel Březina Date: Mon, 16 Apr 2012 15:04:44 +0200 Subject: Talloc doc: TALLOC_FREE_FILL --- lib/talloc/talloc.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/talloc/talloc.h b/lib/talloc/talloc.h index f8160dbc55..09a2b81768 100644 --- a/lib/talloc/talloc.h +++ b/lib/talloc/talloc.h @@ -194,6 +194,11 @@ void *talloc_init(const char *fmt, ...) PRINTF_ATTRIBUTE(1,2); * talloc_set_log_stderr() for more information on talloc logging * functions. * + * If TALLOC_FREE_FILL environment variable is set, + * the memory occupied by the context is filled with the value of this variable. + * The value should be a numeric representation of the character you want to + * use. + * * talloc_free() operates recursively on its children. * * @param[in] ptr The chunk to be freed. -- cgit