talloc-2.0.7

Introduction to talloc

talloc provides a hierarchical, reference counted memory pool system with destructors. It is the core memory allocator used in Samba and MesaLib.

This package is known to build and work properly using an LFS-7.0 platform.

Package Information

Installation of 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

Contents

Installed Programs: None
Installed Libraries: libtalloc.{a,so}
Installed Directory: None

Short Descriptions

libtalloc.{a,so}

contains a replacemnt for the glibc malloc function.

Last updated on 2011-12-10 01:21:48 +0000