r3366: updates from the junkcode version of talloc.
authorAndrew Tridgell <tridge@samba.org>
Fri, 29 Oct 2004 11:39:08 +0000 (11:39 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:05:01 +0000 (13:05 -0500)
commitd4fe21cdb982c8046b19f671d872b43cdd2efc72
treeabc465c5b4de825d5c8f0ac7cf0f935d1451ce82
parent5db5c30ebedca1fee8924a9416bcb94ed13af372
r3366: updates from the junkcode version of talloc.

The main change is to get rid of talloc_parent_chunk() from all
commonly used code paths, so talloc_free() is now O(1) again. It was
originally O(1), but the last round of changes broke that.

Also some documentation updates
source/lib/talloc.c
talloc_guide.txt