Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-local
[abartlet/samba.git/.git] / source4 / lib / talloc / web / index.html
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
10 talloc is a hierarchical pool based memory allocator with
11 destructors. It is the core memory allocator used in Samba4, and has
12 made a huge difference in many aspects of Samba4 development.<p>
13
14 To get started with talloc, I would recommend you read the <a
15 href="http://samba.org/ftp/unpacked/samba_4_0_test/source/lib/talloc/talloc_guide.txt">talloc guide</a>.
16
17 <h2>Discussion and bug reports</h2>
18
19 talloc does not currently have its own mailing list or bug tracking
20 system. For now, please use the <a
21 href="https://lists.samba.org/mailman/listinfo/samba-technical">samba-technical</a>
22 mailing list, and the <a href="http://bugzilla.samba.org/">Samba
23 bugzilla</a> bug tracking system.
24
25 <h2>Download</h2>
26
27 You can download the latest release either via rsync or git.
28 To fetch via git use the following command:
29
30 <pre>
31   git-clone git://git.samba.org/samba.git samba
32   cd samba
33   git checkout -b samba4 origin/v4-0-test
34 </pre>
35
36 To fetch via rsync use this command:
37
38 <pre>
39   rsync -Pavz samba.org::ftp/unpacked/samba_4_0_test/source/lib/talloc .
40   rsync -Pavz samba.org::ftp/unpacked/samba_4_0_test/source/lib/libreplace .
41 </pre>
42
43 <hr>
44 <tiny>
45 <a href="http://samba.org/~tridge/">Andrew Tridgell</a><br>
46 talloc AT tridgell.net
47 </tiny>
48
49 </BODY>
50 </HTML>