r4473: - moved talloc into its own lib/talloc/ area
authorAndrew Tridgell <tridge@samba.org>
Sun, 2 Jan 2005 07:47:34 +0000 (07:47 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:07:55 +0000 (13:07 -0500)
commit65f96eba32b93ced0717c2639007bba59da55fa4
treedc691fb43c8d1d0261497e53502a0e0b93ffd31c
parent68460ee88caadefea2adbd4f24755e3dd1cb0a47
r4473: - moved talloc into its own lib/talloc/ area

- added gcov flags to Makefile.talloc

- expanded talloc testsuite to add a test for realloc with a child ptr

- fixed a bug in talloc_realloc() with realloc of a ptr that has child ptrs
(This used to be commit 98b5f73c1ba34d7576c5995069b485c1c5ede324)
12 files changed:
source4/configure.in
source4/include/includes.h
source4/lib/basic.mk
source4/lib/ldb/common/talloc.c [deleted file]
source4/lib/talloc/Makefile.talloc [new file with mode: 0644]
source4/lib/talloc/config.m4 [new file with mode: 0644]
source4/lib/talloc/config.mk [new file with mode: 0644]
source4/lib/talloc/talloc.c [moved from source4/lib/talloc.c with 99% similarity]
source4/lib/talloc/talloc.h [moved from source4/include/talloc.h with 98% similarity]
source4/lib/talloc/talloc_guide.txt [moved from talloc_guide.txt with 100% similarity]
source4/lib/talloc/testsuite.c [moved from source4/torture/local/talloc.c with 91% similarity]
source4/torture/config.mk