diff options
author | Volker Lendecke <vlendec@samba.org> | 2005-11-22 21:45:05 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:46:38 -0500 |
commit | 2a311277e5df224dd07e21a96ec2e561ef4d764c (patch) | |
tree | 01a350e2e0af1f5e059582cde168ca632f5fc898 | |
parent | 7d5603ff8bf491e4913c60f86c23e9dd79e3153f (diff) | |
download | samba-2a311277e5df224dd07e21a96ec2e561ef4d764c.tar.gz samba-2a311277e5df224dd07e21a96ec2e561ef4d764c.tar.bz2 samba-2a311277e5df224dd07e21a96ec2e561ef4d764c.zip |
r11869: talloc has been ported :-)
(This used to be commit aad52d9a5fb66fe3b595190905e7237a279f7270)
-rw-r--r-- | source4/lib/talloc/talloc_guide.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/source4/lib/talloc/talloc_guide.txt b/source4/lib/talloc/talloc_guide.txt index 13ceae9d82..1068e5d1cd 100644 --- a/source4/lib/talloc/talloc_guide.txt +++ b/source4/lib/talloc/talloc_guide.txt @@ -7,8 +7,9 @@ September 2004 The most current version of this document is available at http://samba.org/ftp/unpacked/samba4/source/lib/talloc/talloc_guide.txt -If you are used to talloc from Samba3 then please read this carefully, -as talloc has changed a lot. +If you are used to the "old" talloc from Samba3 before 3.0.20 then please read +this carefully, as talloc has changed a lot. With 3.0.20 (or 3.0.14?) the +Samba4 talloc has been ported back to Samba3, so this guide applies to both. The new talloc is a hierarchical, reference counted memory pool system with destructors. Quite a mounthful really, but not too bad once you |