r507: the new ldb code will use talloc_free() a lot, so I have made
authorAndrew Tridgell <tridge@samba.org>
Thu, 6 May 2004 05:53:35 +0000 (05:53 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:51:46 +0000 (12:51 -0500)
commit2331d4e76e40ff08215853f747f7063213ac92ce
treed220753f4ccac0bba0ad7788edc1e280fe16dfa6
parentbb74a94e2610620987a44ab7289115a8ee361529
r507: the new ldb code will use talloc_free() a lot, so I have made
talloc_free() O(1) in preparation. This also halves the number of
malloc() calls and increases our internal consistency checking,
without breaking valgrind testing.
source/lib/talloc.c