Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(249)

Side by Side Diff: third_party/talloc/web/index.html

Issue 2282793002: Remove unused third_party/talloc (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/talloc/testsuite_main.c ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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="#cc 0033">
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 Samba, 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>Download</h2>
18 You can download the latest releases of talloc from the <a
19 href="http://samba.org/ftp/talloc">talloc directory</a> on the samba public
20 source archive.
21
22 <h2>Discussion and bug reports</h2>
23
24 talloc does not currently have its own mailing list or bug tracking
25 system. For now, please use the <a
26 href="https://lists.samba.org/mailman/listinfo/samba-technical">samba-technical< /a>
27 mailing list, and the <a href="http://bugzilla.samba.org/">Samba
28 bugzilla</a> bug tracking system.
29
30 <h2>Development</h2>
31
32 You can download the latest code either via git or rsync.<br>
33 <br>
34 To 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>
36 Once you have cloned the tree switch to the master branch and cd into the lib/ta lloc directory.<br>
37 <br>
38 To 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>
47 talloc AT tridgell.net
48 </tiny>
49
50 </BODY>
51 </HTML>
OLDNEW
« no previous file with comments | « third_party/talloc/testsuite_main.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698