r502: modified ldb to allow the use of an external pool memory
authorAndrew Tridgell <tridge@samba.org>
Thu, 6 May 2004 04:40:15 +0000 (04:40 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:51:45 +0000 (12:51 -0500)
commit3955c482e6c2c9e975a4bb809ec8cb6068e48e34
tree5058052d9dd0602380381a0adf235138bb7f108d
parentace939a5882bd35295246b5816a3344f70d20e29
r502: modified ldb to allow the use of an external pool memory
allocator. The way to use this is to call ldb_set_alloc() with a
function pointer to whatever memory allocator you like. It includes a
context pointer to allow for pool based allocators.
25 files changed:
source/lib/ldb/Makefile.ldb
source/lib/ldb/common/ldb_alloc.c [new file with mode: 0644]
source/lib/ldb/common/ldb_ldif.c
source/lib/ldb/common/ldb_msg.c
source/lib/ldb/common/ldb_parse.c
source/lib/ldb/common/ldb_utf8.c
source/lib/ldb/common/util.c
source/lib/ldb/config.m4
source/lib/ldb/include/includes.h
source/lib/ldb/include/ldb.h
source/lib/ldb/include/ldb_parse.h
source/lib/ldb/ldb_ldap/ldb_ldap.c
source/lib/ldb/ldb_tdb/ldb_cache.c
source/lib/ldb/ldb_tdb/ldb_index.c
source/lib/ldb/ldb_tdb/ldb_match.c
source/lib/ldb/ldb_tdb/ldb_pack.c
source/lib/ldb/ldb_tdb/ldb_search.c
source/lib/ldb/ldb_tdb/ldb_tdb.c
source/lib/ldb/ldb_tdb/ldb_tdb.h
source/lib/ldb/tests/test-generic.sh
source/lib/ldb/tools/ldbadd.c
source/lib/ldb/tools/ldbedit.c
source/lib/ldb/tools/ldbmodify.c
source/lib/ldb/tools/ldbsearch.c
source/lib/ldb/tools/ldbtest.c