summaryrefslogtreecommitdiff
path: root/common/dlmalloc.c
Commit message (Expand)AuthorAgeLines
* Consolidate bool typeYork Sun2013-04-01-1/+1
* malloc: make malloc_bin_reloc staticGabor Juhos2013-02-19-1/+5
* common/misc: sparse fixesKim Phillips2012-11-04-18/+18
* Fix strict-aliasing warning in dlmallocSimon Glass2012-09-13-5/+5
* utx8245: fix build breakage due to assert()Wolfgang Denk2011-09-10-6/+0
* Add assert() for debug assertionsSimon Glass2011-09-10-7/+0
* malloc: Fix issue with calloc memory possibly being non-zeroKumar Gala2010-11-17-0/+7
* Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk2010-10-29-1/+1
* dlmalloc.c: Fix gcc alias warningJoakim Tjernlund2010-10-18-1/+1
* New implementation for internal handling of environment variables.Wolfgang Denk2010-09-19-14/+11
* malloc: sbrk() should return MORECORE_FAILURE instead of NULL on failurekarl.beldan@gmail.com2010-04-10-1/+1
* malloc: return NULL if not initialized yetWolfgang Denk2010-01-15-0/+6
* i386: Fix malloc initializationGraeme Russ2009-12-05-6/+0
* Conditionally perform common relocation fixupsPeter Tyser2009-10-03-0/+2
* Consolidate arch-specific mem_malloc_init() implementationsPeter Tyser2009-09-04-0/+15
* Consolidate arch-specific sbrk() implementationsPeter Tyser2009-09-04-1/+17
* Fix merge problemsStefan Roese2008-08-06-10/+11
* Make sure common.h is the first include.Kumar Gala2008-06-03-1/+2
* GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk2006-03-31-2/+2
* * Code cleanup:wdenk2003-06-27-289/+274
* Initial revisionwdenk2002-10-25-0/+3317