summaryrefslogtreecommitdiffstats
path: root/include/malloc.h
Commit message (Expand)AuthorAgeFilesLines
* malloc: Add a function to detect if malloc pool is already initializedSascha Hauer2015-01-051-0/+2
* malloc.h: fix codingstyleSascha Hauer2014-07-091-9/+6
* dlmalloc: remove unused functionsSascha Hauer2014-07-091-7/+0
* malloc: put common memory functions to seperate fileSascha Hauer2011-04-111-0/+1
* Use nowadays function prototypesJuergen Beisert2009-12-101-9/+0
* After moving all declarations to the C source, do the same with the docJuergen Beisert2009-12-101-217/+0
* Remove confusing macros that hide the real functions namesJuergen Beisert2009-12-101-107/+13
* Use the native 'void' instead of 'Void_t'Juergen Beisert2009-12-101-23/+15
* Move private settings and configuration into the C sourceJuergen Beisert2009-12-101-475/+0
* Remove unused codeJuergen Beisert2009-12-101-99/+0
* Include the 'size_t' declarationJuergen Beisert2009-12-101-0/+1
* include/malloc.h: add multiple inclusion protectionSascha Hauer2009-02-201-1/+5
* fix warnings in malloc code introduced by last commitsSascha Hauer2008-06-031-1/+1
* svn_rev_013Sascha Hauer2007-07-051-4/+0
* svn_rev_010Sascha Hauer2007-07-051-15/+0
* svn_rev_003Sascha Hauer2007-07-051-3/+0
* * Code cleanup:wdenk2003-06-271-53/+46
* Initial revisionwdenk2002-11-031-0/+949