source: branches/samba-3.3.x/source/lib/talloc/web/index.html

Last change on this file was 206, checked in by Herwig Bauernfeind, 16 years ago

Import Samba 3.3 branch at 3.0.0 level (psmedley's port)

File size: 1.4 KB
Line 
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/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 git.<br>
28<br>
29To fetch via git see the following guide:<br>
30<a href="http://wiki.samba.org/index.php/Using_Git_for_Samba_Development">Using Git for Samba Development</a><br>
31Once you have cloned the tree switch to the v4-0-test branch and cd into the source/lib/talloc directory.<br>
32<br>
33To fetch via rsync use this command:
34
35<pre>
36 rsync -Pavz samba.org::ftp/unpacked/talloc .
37</pre>
38
39<hr>
40<tiny>
41<a href="http://samba.org/~tridge/">Andrew Tridgell</a><br>
42talloc AT tridgell.net
43</tiny>
44
45</BODY>
46</HTML>
Note: See TracBrowser for help on using the repository browser.