Talloc provides a hierarchical, reference counted memory pool system with destructors. It is the core memory allocator used in Samba.
This package is known to build and work properly using an LFS-11.1 platform.
Download (HTTP): https://www.samba.org/ftp/talloc/talloc-2.3.3.tar.gz
Download MD5 sum: b9a334039dd24bed8ea546c71cb3d196
Download size: 636 KB
Estimated disk space required: 9.9 MB (with tests)
Estimated build time: 0.3 SBU (with tests)
docbook-xml-4.5, docbook-xsl-1.79.2 and libxslt-1.1.35 (To generate man pages), GDB-11.2, git-2.35.1, libnsl-2.0.0, libtirpc-1.3.2, Valgrind-3.18.1, and xfsprogs-5.14.2
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/talloc
Install Talloc by running the following commands:
./configure --prefix=/usr && make
To check the results, issue make check.
Now, as the root
user:
make install
Last updated on