aboutsummaryrefslogtreecommitdiff
path: root/common/dlmalloc.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-18dlmalloc.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-27* Code cleanup:LABEL_2003_06_27_2340wdenk1-289/+274
2002-10-25Initial revisionwdenk1-0/+3317