|
Last change
on this file was 206, checked in by Herwig Bauernfeind, 17 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 |
|
|---|
| 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/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.<br>
|
|---|
| 28 | <br>
|
|---|
| 29 | To 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>
|
|---|
| 31 | Once you have cloned the tree switch to the v4-0-test branch and cd into the source/lib/talloc directory.<br>
|
|---|
| 32 | <br>
|
|---|
| 33 | To 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>
|
|---|
| 42 | talloc AT tridgell.net
|
|---|
| 43 | </tiny>
|
|---|
| 44 |
|
|---|
| 45 | </BODY>
|
|---|
| 46 | </HTML>
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.