summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/common/ldb_alloc.c
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r502: modified ldb to allow the use of an external pool memoryAndrew Tridgell1-0/+174
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. (This used to be commit 3955c482e6c2c9e975a4bb809ec8cb6068e48e34)