summaryrefslogtreecommitdiff
path: root/lib/talloc/talloc_guide.txt
AgeCommit message (Collapse)AuthorFilesLines
2024-09-28doc: Update doc about talloc vs malloc speedAndreas Schneider1-6/+5
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Martin Schwenke <martin@meltin.net> Autobuild-User(master): Martin Schwenke <martins@samba.org> Autobuild-Date(master): Sat Sep 28 01:20:01 UTC 2024 on atb-devel-224
2019-04-02Spelling fix s/informations/information/Mathieu Parent1-2/+2
Signed-off-by: Mathieu Parent <math.parent@gmail.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Martin Schwenke <martin@meltin.net>
2015-06-12talloc:guide: fix documented signature of talloc_unlink().Michael Adam1-1/+1
The second argument is void *, not const void *. Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
2015-03-17lib: docs: talloc: Add a threads tutorial and samples showing how to use ↵Jeremy Allison1-1/+2
talloc with threads. Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Simo <simo@samba.org>
2011-04-04talloc - some documentation changesMatthias Dieter Wallnöfer1-28/+24
- Fix some typos - Document better the differences in the behaviour between talloc 1.X and 2.X. Previously this seemed a bit spongy to me. Reviewed-by: Jelmer + Tridge Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Mon Apr 4 11:05:42 CEST 2011 on sn-devel-104
2010-09-24talloc: Add a warning about talloc_autofree_context() and dlclose()Volker Lendecke1-0/+13
2010-08-14talloc:documentation - explain that "talloc_free" works also with "NULL" ↵Matthias Dieter Wallnöfer1-4/+5
pointers (talloc.c) ... > static inline int _talloc_free_internal(void *ptr, const char *location) > { > struct talloc_chunk *tc; > > if (unlikely(ptr == NULL)) { > return -1; > } > > tc = talloc_chunk_from_ptr(ptr); ... Obviously this never had been documented before.
2010-02-02Change uint_t to unsigned int in lib/tallocMatt Kraai1-3/+3
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2009-08-24note the semantic change in talloc_free from 2.0Andrew Tridgell1-4/+4
2009-08-24added talloc_set_log_* documentationAndrew Tridgell1-0/+11
2009-08-24updated talloc guide for recent API changesAndrew Tridgell1-2/+54
2008-10-01Fix some syntax errors for use with ReST.Jelmer Vernooij1-17/+26
2008-09-17Move common libraries from root to lib/.Jelmer Vernooij1-0/+685