| 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/samba4/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 anonymous
|
|---|
| 28 | svn. 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 |
|
|---|
| 35 | To 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>
|
|---|
| 45 | talloc AT tridgell.net
|
|---|
| 46 | </tiny>
|
|---|
| 47 |
|
|---|
| 48 | </BODY>
|
|---|
| 49 | </HTML>
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.