summaryrefslogtreecommitdiffstats
path: root/common/dlmalloc.c
Commit message (Expand)AuthorAgeFilesLines
* Move initf_malloc() to a common placeSimon Glass2015-04-231-0/+11
* dlmalloc: do memset in malloc init as new default configPrzemyslaw Marczak2015-03-091-3/+7
* dm: Split the simple malloc() implementation into its own fileSimon Glass2014-11-211-14/+5
* malloc: Output region when debuggingThierry Reding2014-11-121-0/+3
* dlmalloc: ensure gd is set for early allocRabin Vincent2014-11-071-1/+1
* sandbox: Always enable malloc debugSimon Glass2014-07-231-0/+4
* Add a simple malloc() implementation for pre-relocationSimon Glass2014-07-231-0/+35
* Remove form-feeds from dlmalloc.cSimon Glass2014-07-231-23/+23
* Consolidate bool typeYork Sun2013-04-011-1/+1
* malloc: make malloc_bin_reloc staticGabor Juhos2013-02-191-1/+5
* common/misc: sparse fixesKim Phillips2012-11-041-18/+18
* Fix strict-aliasing warning in dlmallocSimon Glass2012-09-131-5/+5
* utx8245: fix build breakage due to assert()Wolfgang Denk2011-09-101-6/+0
* Add assert() for debug assertionsSimon Glass2011-09-101-7/+0
* malloc: Fix issue with calloc memory possibly being non-zeroKumar Gala2010-11-171-0/+7
* Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk2010-10-291-1/+1
* dlmalloc.c: Fix gcc alias warningJoakim Tjernlund2010-10-181-1/+1
* New implementation for internal handling of environment variables.Wolfgang Denk2010-09-191-14/+11
* malloc: sbrk() should return MORECORE_FAILURE instead of NULL on failurekarl.beldan@gmail.com2010-04-101-1/+1
* malloc: return NULL if not initialized yetWolfgang Denk2010-01-151-0/+6
* i386: Fix malloc initializationGraeme Russ2009-12-051-6/+0
* Conditionally perform common relocation fixupsPeter Tyser2009-10-031-0/+2
* Consolidate arch-specific mem_malloc_init() implementationsPeter Tyser2009-09-041-0/+15
* Consolidate arch-specific sbrk() implementationsPeter Tyser2009-09-041-1/+17
* Fix merge problemsStefan Roese2008-08-061-10/+11
* Make sure common.h is the first include.Kumar Gala2008-06-031-1/+2
* GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk2006-03-311-2/+2
* * Code cleanup:wdenk2003-06-271-289/+274
* Initial revisionwdenk2002-10-251-0/+3317
OpenPOWER on IntegriCloud