          MODULE=talloc
         VERSION=2.5.0
          SOURCE=$MODULE-$VERSION.tar.gz
      SOURCE_URL=http://samba.org/ftp/$MODULE
      SOURCE_VFY=sha256:912afa237510ae542a7733998eb18a12bcda35ab6729c8e2ddb43e8d0ebab007
        WEB_SITE=http://talloc.samba.org/talloc/doc/html
         ENTERED=20101010
         UPDATED=20260805
           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
