          MODULE=talloc
         VERSION=2.4.4
          SOURCE=$MODULE-$VERSION.tar.gz
      SOURCE_URL=http://samba.org/ftp/$MODULE
      SOURCE_VFY=sha256:55e47994018c13743485544e7206780ffbb3c8495e704a99636503e6e77abf59
        WEB_SITE=http://talloc.samba.org/talloc/doc/html
         ENTERED=20101010
         UPDATED=20260211
           SHORT="A hierarchical, reference counted memory pool system with destructors"

cat << EOF
talloc is a small wrapper around malloc that makes memory hierarchical. It is
similar to a standard memory pool system, but much more powerful as any pointer
returned by talloc is also a pool. This allows you to hang structures off other
structures in an intuitive fashion, and free up a whole subtree of memory with
one call. talloc also features type safety, destructors, and many helper
functions.
EOF
