diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-08-28 17:50:26 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:16:52 -0500 |
commit | 3400d91197aef446d6d113363f12edd7f14525a4 (patch) | |
tree | d4e5f0bc6efb4fbf0ae03eff64498936f73fa773 /source4/lib/talloc/talloc_guide.txt | |
parent | 98a1bd7fb3c3affa88972d5766753e6810cd1410 (diff) | |
download | samba-3400d91197aef446d6d113363f12edd7f14525a4.tar.gz samba-3400d91197aef446d6d113363f12edd7f14525a4.tar.bz2 samba-3400d91197aef446d6d113363f12edd7f14525a4.zip |
r17893: add a function to disable the null_context
metze
(This used to be commit 7cab4285b1b61ad5cb425e42d89bcf7d645b0710)
Diffstat (limited to 'source4/lib/talloc/talloc_guide.txt')
-rw-r--r-- | source4/lib/talloc/talloc_guide.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/lib/talloc/talloc_guide.txt b/source4/lib/talloc/talloc_guide.txt index 65fb2017a4..7f1a3ea6cd 100644 --- a/source4/lib/talloc/talloc_guide.txt +++ b/source4/lib/talloc/talloc_guide.txt @@ -432,6 +432,10 @@ This enables tracking of the NULL memory context without enabling leak reporting on exit. Useful for when you want to do your own leak reporting call via talloc_report_null_full(); +=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- +void talloc_disable_null_tracking(void); + +This disables tracking of the NULL memory context. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- (type *)talloc_zero(const void *ctx, type); |