summaryrefslogtreecommitdiffstats
path: root/source3/lib/util_malloc.c
Commit message (Collapse)AuthorAgeFilesLines
* s3: Remove some unused codeVolker Lendecke2012-05-151-14/+0
| | | | | Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Tue May 15 18:24:10 CEST 2012 on sn-devel-104
* util_malloc: Remove unused constant.Jelmer Vernooij2012-03-241-3/+0
|
* lib/util: Move calloc_array and memalign_array to top-level libutil.Jelmer Vernooij2012-03-241-32/+0
|
* replace: Move memalign() from lib/util/system.c to libreplace.Jelmer Vernooij2012-03-241-1/+1
|
* s3-lib Move source3-specific malloc replacements into a seperate fileAndrew Bartlett2011-05-311-0/+171
This will make it easier to create a dep tree for otherwise simple libraries. Andrew Bartlett