summaryrefslogtreecommitdiff
path: root/common/dlmalloc.c
Commit message (Expand)AuthorAgeLines
* malloc: remove !gd handlingStephen Warren2016-03-08-1/+1
* malloc: solve dead code issue in memalign()Stephen Warren2016-02-08-1/+1
* malloc: work around some memalign fragmentation issuesStephen Warren2016-02-01-0/+22
* Move initf_malloc() to a common placeSimon Glass2015-04-23-0/+11
* dlmalloc: do memset in malloc init as new default configPrzemyslaw Marczak2015-03-09-3/+7
* dm: Split the simple malloc() implementation into its own fileSimon Glass2014-11-21-14/+5
* malloc: Output region when debuggingThierry Reding2014-11-12-0/+3
* dlmalloc: ensure gd is set for early allocRabin Vincent2014-11-07-1/+1
* sandbox: Always enable malloc debugSimon Glass2014-07-23-0/+4
* Add a simple malloc() implementation for pre-relocationSimon Glass2014-07-23-0/+35
* Remove form-feeds from dlmalloc.cSimon Glass2014-07-23-23/+23
* 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