summaryrefslogtreecommitdiff
path: root/common/dlmalloc.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-02Consolidate bool typeYork Sun1-1/+1
2013-02-20malloc: make malloc_bin_reloc staticGabor Juhos1-1/+5
2012-11-04common/misc: sparse fixesKim Phillips1-18/+18
2012-09-13Fix strict-aliasing warning in dlmallocSimon Glass1-5/+5
2011-09-10utx8245: fix build breakage due to assert()Wolfgang Denk1-6/+0
2011-09-10Add assert() for debug assertionsSimon Glass1-7/+0
2010-11-18malloc: Fix issue with calloc memory possibly being non-zeroKumar Gala1-0/+7
2010-10-29Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk1-1/+1
2010-10-19dlmalloc.c: Fix gcc alias warningJoakim Tjernlund1-1/+1
2010-09-19New implementation for internal handling of environment variables.Wolfgang Denk1-14/+11
2010-04-10malloc: sbrk() should return MORECORE_FAILURE instead of NULL on failurekarl.beldan@gmail.com1-1/+1
2010-01-15malloc: return NULL if not initialized yetWolfgang Denk1-0/+6
2009-12-05i386: Fix malloc initializationGraeme Russ1-6/+0
2009-10-03Conditionally perform common relocation fixupsPeter Tyser1-0/+2
2009-09-04Consolidate arch-specific mem_malloc_init() implementationsPeter Tyser1-0/+15
2009-09-04Consolidate arch-specific sbrk() implementationsPeter Tyser1-1/+17
2008-08-06Fix merge problemsStefan Roese1-10/+11
2008-06-03Make sure common.h is the first include.Kumar Gala1-1/+2
2006-03-31GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk1-2/+2
2003-06-28* Code cleanup:wdenk1-289/+274
2002-10-26Initial revisionwdenk1-0/+3317