source: general/genlib/talloc.xml@ 7aa91c69

10.1 11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 7aa91c69 was 7aa91c69, checked in by Douglas R. Reno <renodr@…>, 3 years ago

Update to feh-3.6.3
Update to autofs-5.1.7
Update to talloc-2.3.2
Update to gparted-1.2.0
Update to xarchiver-0.5.4.17
Update to asciidoc-9.0.5
Update to util-macros-1.19.2
Update to libXt-1.2.1 (Xorg Library)
Update to wireshark-3.4.3 (Security Update)

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

  • Property mode set to 100644
File size: 4.7 KB
Line 
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
7 <!ENTITY talloc-download-http "https://www.samba.org/ftp/talloc/talloc-&talloc-version;.tar.gz">
8 <!ENTITY talloc-download-ftp " ">
9 <!ENTITY talloc-md5sum "3376a86bdf9dd4abc6b8d8d645390902">
10 <!ENTITY talloc-size "648 KB">
11 <!ENTITY talloc-buildsize "10 MB (with tests)">
12 <!ENTITY talloc-time "0.3 SBU (with tests)">
13]>
14
15<sect1 id="talloc" xreflabel="Talloc-&talloc-version;">
16 <?dbhtml filename="talloc.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Talloc-&talloc-version;</title>
24
25 <indexterm zone="talloc">
26 <primary sortas="a-Talloc">Talloc</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Talloc</title>
31
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>
37
38 &lfs10_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&talloc-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&talloc-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &talloc-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &talloc-size;</para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &talloc-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &talloc-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
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),
80 <xref linkend="python2"/> (To build Python-2 module),
81 <xref linkend="gdb"/>,
82 <xref linkend="git"/>,
83 <xref linkend="libnsl"/>,
84 <xref linkend="libtirpc"/>,
85 <xref linkend="valgrind"/>, and
86 <xref linkend="xfsprogs"/>
87 <!-- These are all looked for at build time, but might not actually be used.-->
88 </para>
89
90 <para condition="html" role="usernotes">
91 User Notes: <ulink url="&blfs-wiki;/talloc"/>
92 </para>
93 </sect2>
94
95 <sect2 role="installation">
96 <title>Installation of Talloc</title>
97
98 <para>
99 Install <application>Talloc</application> by running the following
100 commands:
101 </para>
102
103<screen><userinput>./configure --prefix=/usr &amp;&amp;
104make</userinput></screen>
105
106 <para>
107 To check the results, issue <command>make check</command>.
108 </para>
109
110 <para>
111 Now, as the <systemitem class="username">root</systemitem> user:
112 </para>
113
114<screen role="root"><userinput>make install</userinput></screen>
115
116 </sect2>
117<!--
118 <sect2 role="commands">
119 <title>Command Explanations</title>
120
121
122 </sect2>
123-->
124
125 <sect2 role="content">
126 <title>Contents</title>
127
128 <segmentedlist>
129 <segtitle>Installed Programs</segtitle>
130 <segtitle>Installed Libraries</segtitle>
131 <segtitle>Installed Directories</segtitle>
132
133 <seglistitem>
134 <seg>
135 None
136 </seg>
137 <seg>
138 libpytalloc-util.&python3-lib-suffix;.so,
139 <!--libpytalloc-util.so,-->
140 libtalloc.so,
141 <!-- NOTE: The below is Optional now. -->
142 talloc.so (Python-2 Module) and
143 talloc.&python3-lib-suffix;.so (Python-3 Module)
144 </seg>
145 <seg>
146 None
147 </seg>
148 </seglistitem>
149 </segmentedlist>
150
151 <variablelist>
152 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
153 <?dbfo list-presentation="list"?>
154 <?dbhtml list-presentation="table"?>
155
156 <varlistentry id="libtalloc">
157 <term><filename class="libraryfile">libtalloc.so</filename></term>
158 <listitem>
159 <para>
160 contains a replacement for the <application>Glibc</application>
161 malloc function.
162 </para>
163 <indexterm zone="talloc libtalloc">
164 <primary sortas="c-libtalloc">libtalloc.so</primary>
165 </indexterm>
166 </listitem>
167 </varlistentry>
168
169 </variablelist>
170
171 </sect2>
172
173</sect1>
Note: See TracBrowser for help on using the repository browser.