Talloc provides a hierarchical, reference counted memory pool system with destructors. It is the core memory allocator used in Samba.
Development versions of BLFS may not build or run some packages properly if dependencies have been updated since the most recent stable versions of the book.
Download (HTTP): https://www.samba.org/ftp/talloc/talloc-2.4.0.tar.gz
Download MD5 sum: 02fb35ead70f73af2518234ef3cb1073
Download size: 660 KB
Estimated disk space required: 11 MB (with tests)
Estimated build time: 0.3 SBU (with tests)
docbook-xml-4.5, docbook-xsl-nons-1.79.2 and libxslt-1.1.37 (To generate man pages), GDB-12.1, git-2.39.1, libnsl-2.0.0, libtirpc-1.3.3, Valgrind-3.20.0, and xfsprogs-6.1.1
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