1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 3.2//EN">
6 <BODY BGCOLOR=
"#ffffff" TEXT=
"#000000" VLINK=
"#292555" LINK=
"#292555" ALINK=
"#cc0033">
10 talloc is a hierarchical pool based memory allocator with
11 destructors. It is the core memory allocator used in Samba, and has
12 made a huge difference in many aspects of Samba4 development.
<p>
14 To get started with talloc, I would recommend you read the
<a
15 href=
"http://samba.org/ftp/unpacked/talloc/talloc_guide.txt">talloc guide
</a>.
18 You can download the latest releases of talloc from the
<a
19 href=
"http://samba.org/ftp/talloc">talloc directory
</a> on the samba public
22 <h2>Discussion and bug reports
</h2>
24 talloc does not currently have its own mailing list or bug tracking
25 system. For now, please use the
<a
26 href=
"https://lists.samba.org/mailman/listinfo/samba-technical">samba-technical
</a>
27 mailing list, and the
<a href=
"http://bugzilla.samba.org/">Samba
28 bugzilla
</a> bug tracking system.
32 You can download the latest code either via git or rsync.
<br>
34 To fetch via git see the following guide:
<br>
35 <a href=
"http://wiki.samba.org/index.php/Using_Git_for_Samba_Development">Using Git for Samba Development
</a><br>
36 Once you have cloned the tree switch to the master branch and cd into the lib/talloc directory.
<br>
38 To fetch via rsync use this command:
41 rsync -Pavz samba.org::ftp/unpacked/standalone_projects/lib/talloc .
46 <a href=
"http://samba.org/~tridge/">Andrew Tridgell
</a><br>
47 talloc AT tridgell.net