summaryrefslogtreecommitdiffstats
path: root/common/dlmalloc.c
Commit message (Expand)AuthorAgeFilesLines
* xfuncs: Be more informative when out of memory panic occursSascha Hauer2017-04-281-3/+0
* dlmalloc: remove unused functionsSascha Hauer2014-07-091-169/+0
* meminfo: purely cosmetical changesHolger Schurig2014-06-021-4/+4
* dlmalloc: fix compiler warningAlexander Aring2013-11-071-1/+2
* calloc: Fix possible memory leakAlexander Shiyan2013-10-221-2/+2
* rename include/mem_malloc.h to include/memory.hSascha Hauer2011-09-231-1/+1
* malloc: put common memory functions to seperate fileSascha Hauer2011-04-111-50/+0
* dlmalloc: sparse fixesSascha Hauer2010-10-211-20/+21
* rename U-Boot-v2 project to bareboxSascha Hauer2009-12-151-4/+4
* Re-format the fileJuergen Beisert2009-12-101-912/+781
* Combine memory initialization with the main memory functions.Juergen Beisert2009-12-101-57/+60
* Use the global string functionsJuergen Beisert2009-12-101-108/+6
* Remove win32 supportJuergen Beisert2009-12-101-186/+0
* Remove debug codeJuergen Beisert2009-12-101-179/+0
* Use nowadays function prototypesJuergen Beisert2009-12-101-87/+1
* After moving all declarations to the C source, do the same with the docJuergen Beisert2009-12-101-0/+217
* Remove confusing macros that hide the real functions namesJuergen Beisert2009-12-101-31/+33
* Use the native 'void' instead of 'Void_t'Juergen Beisert2009-12-101-29/+29
* Move private settings and configuration into the C sourceJuergen Beisert2009-12-101-1/+458
* Move variables to bssJuergen Beisert2009-12-101-4/+4
* Common: expose callocNishanth Menon2008-08-151-0/+1
* fix warnings in malloc code introduced by last commitsSascha Hauer2008-06-031-2/+2
* add missing includeSascha Hauer2007-10-041-0/+1
* export functionsSascha Hauer2007-10-041-0/+5
* svn_rev_683Sascha Hauer2007-07-051-2/+3
* svn_rev_653Sascha Hauer2007-07-051-2/+2
* svn_rev_606Sascha Hauer2007-07-051-10/+0
* svn_rev_533Sascha Hauer2007-07-051-2/+4
* svn_rev_521Sascha Hauer2007-07-051-1/+1
* svn_rev_420Sascha Hauer2007-07-051-2/+2
* svn_rev_363Sascha Hauer2007-07-051-1/+57
* svn_rev_178Sascha Hauer2007-07-051-8/+3
* svn_rev_152Sascha Hauer2007-07-051-1/+4
* svn_rev_010Sascha Hauer2007-07-051-177/+0
* svn_rev_003Sascha Hauer2007-07-051-1021/+0
* GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk2006-03-311-2/+2
* * Code cleanup:wdenk2003-06-271-289/+274
* Initial revisionwdenk2002-10-251-0/+3317