source: vendor/current/lib/talloc/web/index.html

Last change on this file was 414, checked in by Herwig Bauernfeind, 15 years ago

Samba 3.5.0: Initial import

File size: 1.6 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 Samba, 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>Download</h2>
18You can download the latest releases of talloc from the <a
19href="http://samba.org/ftp/talloc">talloc directory</a> on the samba public
20source archive.
21
22<h2>Discussion and bug reports</h2>
23
24talloc does not currently have its own mailing list or bug tracking
25system. For now, please use the <a
26href="https://lists.samba.org/mailman/listinfo/samba-technical">samba-technical</a>
27mailing list, and the <a href="http://bugzilla.samba.org/">Samba
28bugzilla</a> bug tracking system.
29
30<h2>Development</h2>
31
32You can download the latest code either via git or rsync.<br>
33<br>
34To 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>
36Once you have cloned the tree switch to the master branch and cd into the lib/talloc directory.<br>
37<br>
38To fetch via rsync use this command:
39
40<pre>
41 rsync -Pavz samba.org::ftp/unpacked/standalone_projects/lib/talloc .
42</pre>
43
44<hr>
45<tiny>
46<a href="http://samba.org/~tridge/">Andrew Tridgell</a><br>
47talloc AT tridgell.net
48</tiny>
49
50</BODY>
51</HTML>
Note: See TracBrowser for help on using the repository browser.