1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2<HTML>
3<HEAD>
4<TITLE>talloc</TITLE>
5</HEAD>
6<BODY BGCOLOR="#ffffff" TEXT="#000000" VLINK="#292555" LINK="#292555" ALINK="#cc0033">
7
8<h1>talloc</h1>
9
10talloc is a hierarchical pool based memory allocator with
11destructors. It is the core memory allocator used in Samba4, and has
12made a huge difference in many aspects of Samba4 development.<p>
13
14To get started with talloc, I would recommend you read the <a
15href="http://samba.org/ftp/unpacked/samba4/source/lib/talloc/talloc_guide.txt">talloc guide</a>.
16
17<h2>Discussion and bug reports</h2>
18
19talloc does not currently have its own mailing list or bug tracking
20system. For now, please use the <a
21href="https://lists.samba.org/mailman/listinfo/samba-technical">samba-technical</a>
22mailing list, and the <a href="http://bugzilla.samba.org/">Samba
23bugzilla</a> bug tracking system.
24
25<h2>Download</h2>
26
27You can download the latest release either via rsync or anonymous
28svn. To fetch via svn use the following command:
29
30<pre>
31  svn co svn://svnanon.samba.org/samba/branches/SAMBA_4_0/source/lib/talloc talloc
32  svn co svn://svnanon.samba.org/samba/branches/SAMBA_4_0/source/lib/replace libreplace
33</pre>
34
35To fetch via rsync use this command:
36
37<pre>
38  rsync -Pavz samba.org::ftp/unpacked/samba4/source/lib/talloc .
39  rsync -Pavz samba.org::ftp/unpacked/samba4/source/lib/libreplace .
40</pre>
41
42<hr>
43<tiny>
44<a href="http://samba.org/~tridge/">Andrew Tridgell</a><br>
45talloc AT tridgell.net
46</tiny>
47
48</BODY>
49</HTML>
50