source: general/genlib/talloc.xml@ 9a0022bf

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 9a0022bf was 9a0022bf, checked in by Bruce Dubbs <bdubbs@…>, 9 years ago

Update to Unicode-Collate 1.12.
Update to NET-DNS 0.83.
Update to freeglut-3.0.0.
Update to talloc-2.1.2.
Update to poppler-0.32.0.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15678 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.1 KB
RevLine 
[eeb29511]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[04e597a]7 <!ENTITY talloc-download-http "https://www.samba.org/ftp/talloc/talloc-&talloc-version;.tar.gz">
[1c73261]8 <!ENTITY talloc-download-ftp " ">
[9a0022bf]9 <!ENTITY talloc-md5sum "6bc6e6ac293e739a902dd73cdc88f664">
10 <!ENTITY talloc-size "416 KB">
11 <!ENTITY talloc-buildsize "6.5 MB">
[7b74537e]12 <!ENTITY talloc-time "0.3 SBU">
[eeb29511]13]>
14
[880c568]15<sect1 id="talloc" xreflabel="Talloc-&talloc-version;">
[eeb29511]16 <?dbhtml filename="talloc.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
[880c568]23 <title>Talloc-&talloc-version;</title>
[eeb29511]24
25 <indexterm zone="talloc">
[880c568]26 <primary sortas="a-Talloc">Talloc</primary>
[eeb29511]27 </indexterm>
28
29 <sect2 role="package">
[c7ce750a]30 <title>Introduction to Talloc</title>
[eeb29511]31
[c7ce750a]32 <para>
33 <application>Talloc</application> provides a hierarchical, reference
34 counted memory pool system with destructors. It is the core memory
35 allocator used in <application>Samba</application>.
36 </para>
[eeb29511]37
[dfa7724]38 &lfs77_checked;
[7b74537e]39
[eeb29511]40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
[c7ce750a]43 <para>
44 Download (HTTP): <ulink url="&talloc-download-http;"/>
45 </para>
[eeb29511]46 </listitem>
47 <listitem>
[c7ce750a]48 <para>
49 Download (FTP): <ulink url="&talloc-download-ftp;"/>
50 </para>
[eeb29511]51 </listitem>
52 <listitem>
[c7ce750a]53 <para>
54 Download MD5 sum: &talloc-md5sum;
55 </para>
[eeb29511]56 </listitem>
57 <listitem>
[c7ce750a]58 <para>
59 Download size: &talloc-size;</para>
[eeb29511]60 </listitem>
61 <listitem>
[c7ce750a]62 <para>
63 Estimated disk space required: &talloc-buildsize;
64 </para>
[eeb29511]65 </listitem>
66 <listitem>
[c7ce750a]67 <para>
68 Estimated build time: &talloc-time;
69 </para>
[eeb29511]70 </listitem>
71 </itemizedlist>
72
[c7ce750a]73 <bridgehead renderas="sect3">Talloc Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Optional</bridgehead>
76 <para role="optional">
77 <xref linkend="DocBook"/>,
78 <xref linkend="docbook-xsl"/> and
79 <xref linkend="libxslt"/> (To generate man pages) and
80 <xref linkend="python2"/> (To build Python module).
81 </para>
82
83 <para condition="html" role="usernotes">
84 User Notes: <ulink url="&blfs-wiki;/talloc"/>
85 </para>
[eeb29511]86 </sect2>
87
88 <sect2 role="installation">
[c7ce750a]89 <title>Installation of Talloc</title>
[eeb29511]90
[c7ce750a]91 <para>
92 Install <application>Talloc</application> by running the following
93 commands:
94 </para>
[eeb29511]95
96<screen><userinput>./configure --prefix=/usr &amp;&amp;
97make</userinput></screen>
98
[c7ce750a]99 <para>
100 To check the results, issue <command>make check</command>.
101 </para>
[eeb29511]102
[c7ce750a]103 <para>
104 Now, as the <systemitem class="username">root</systemitem> user:
105 </para>
[eeb29511]106
107<screen role="root"><userinput>make install</userinput></screen>
108
109 </sect2>
110
111 <sect2 role="content">
112 <title>Contents</title>
113
114 <segmentedlist>
[c3c56b2]115 <segtitle>Installed Programs</segtitle>
[eeb29511]116 <segtitle>Installed Libraries</segtitle>
[c3c56b2]117 <segtitle>Installed Directories</segtitle>
[eeb29511]118
119 <seglistitem>
[c3c56b2]120 <seg>
121 None
122 </seg>
[c7ce750a]123 <seg>
124 libpytalloc-util.so, libtalloc.so and
125 talloc.so (Python Module)
126 </seg>
[c3c56b2]127 <seg>
128 None
129 </seg>
[eeb29511]130 </seglistitem>
131 </segmentedlist>
132
133 <variablelist>
134 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
135 <?dbfo list-presentation="list"?>
136 <?dbhtml list-presentation="table"?>
137
[c7ce750a]138 <varlistentry id="libtalloc">
139 <term><filename class="libraryfile">libtalloc.so</filename></term>
[eeb29511]140 <listitem>
[c7ce750a]141 <para>
142 contains a replacemnt for the <application>Glibc</application>
143 malloc function.
144 </para>
145 <indexterm zone="talloc libtalloc">
146 <primary sortas="c-libtalloc">libtalloc.so</primary>
[eeb29511]147 </indexterm>
148 </listitem>
149 </varlistentry>
150
151 </variablelist>
152
153 </sect2>
154
155</sect1>
Note: See TracBrowser for help on using the repository browser.