summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/common/ldb_alloc.c
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r2055: Add PRINTF_ATTRIBUTE to many more parts of the code, and a newAndrew Bartlett1-1/+1
--enable-developer warning for when they are missing. Andrew Bartlett (This used to be commit 8115e44d47bcd65edba08d10117180ae508cdbc1)
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)