4 * talloc is a hierarchical, reference counted memory pool system with
5 * destructors. It is the core memory allocator used in Samba.
7 * @section talloc_download Download
9 * You can download the latest releases of talloc from the
10 * <a href="http://samba.org/ftp/talloc" target="_blank">talloc directory</a>
11 * on the samba public source archive.
13 * @section talloc_bugs Discussion and bug reports
15 * talloc does not currently have its own mailing list or bug tracking system.
16 * For now, please use the
17 * <a href="https://lists.samba.org/mailman/listinfo/samba-technical" target="_blank">samba-technical</a>
18 * mailing list, and the
19 * <a href="http://bugzilla.samba.org/" target="_blank">Samba bugzilla</a>
20 * bug tracking system.
22 * @section talloc_devel Development
23 * You can download the latest code either via git or rsync.
25 * To fetch via git see the following guide:
27 * <a href="http://wiki.samba.org/index.php/Using_Git_for_Samba_Development" target="_blank">Using Git for Samba Development</a>
29 * Once you have cloned the tree switch to the master branch and cd into the
30 * lib/tevent directory.
32 * To fetch via rsync use this command:
34 * rsync -Pavz samba.org::ftp/unpacked/standalone_projects/lib/talloc .