summaryrefslogtreecommitdiff
path: root/common/dlmalloc.c
AgeCommit message (Expand)Author
2016-05-23malloc: improve memalign fragmentation fixStephen Warren
2016-04-25common/dlmalloc.c: Delete content that was moved to malloc.hRobert P. J. Day
2016-03-08malloc: remove !gd handlingStephen Warren
2016-02-08malloc: solve dead code issue in memalign()Stephen Warren
2016-02-01malloc: work around some memalign fragmentation issuesStephen Warren
2015-04-23Move initf_malloc() to a common placeSimon Glass
2015-03-09dlmalloc: do memset in malloc init as new default configPrzemyslaw Marczak
2014-11-21dm: Split the simple malloc() implementation into its own fileSimon Glass
2014-11-12malloc: Output region when debuggingThierry Reding
2014-11-07dlmalloc: ensure gd is set for early allocRabin Vincent
2014-07-23sandbox: Always enable malloc debugSimon Glass
2014-07-23Add a simple malloc() implementation for pre-relocationSimon Glass
2014-07-23Remove form-feeds from dlmalloc.cSimon Glass
2013-04-01Consolidate bool typeYork Sun
2013-02-19malloc: make malloc_bin_reloc staticGabor Juhos
2012-11-04common/misc: sparse fixesKim Phillips
2012-09-13Fix strict-aliasing warning in dlmallocSimon Glass
2011-09-10utx8245: fix build breakage due to assert()Wolfgang Denk
2011-09-10Add assert() for debug assertionsSimon Glass
2010-11-17malloc: Fix issue with calloc memory possibly being non-zeroKumar Gala
2010-10-29Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk
2010-10-18dlmalloc.c: Fix gcc alias warningJoakim Tjernlund
2010-09-19New implementation for internal handling of environment variables.Wolfgang Denk
2010-04-10malloc: sbrk() should return MORECORE_FAILURE instead of NULL on failurekarl.beldan@gmail.com
2010-01-15malloc: return NULL if not initialized yetWolfgang Denk
2009-12-05i386: Fix malloc initializationGraeme Russ
2009-10-03Conditionally perform common relocation fixupsPeter Tyser
2009-09-04Consolidate arch-specific mem_malloc_init() implementationsPeter Tyser
2009-09-04Consolidate arch-specific sbrk() implementationsPeter Tyser
2008-08-06Fix merge problemsStefan Roese
2008-06-03Make sure common.h is the first include.Kumar Gala
2006-03-31GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk
2003-06-27* Code cleanup:LABEL_2003_06_27_2340wdenk
2002-10-25Initial revisionwdenk