summaryrefslogtreecommitdiffstats
path: root/common/dlmalloc.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* malloc: dlmalloc: add an ability for the malloc to be re-init/init multiple t...Marek Bykowski2020-05-011-3/+38
* dlmalloc: remove unit test support in SPLHeinrich Schuchardt2020-04-241-1/+1
* dlmalloc: calloc: fix zeroing early allocationsSimon Goldschmidt2019-11-071-1/+1
* malloc: Fix memalign not honoring alignment prior to full malloc initAndreas Dannenberg2019-04-231-2/+1
* malloc: Use malloc simple before malloc is fully initialized in memalign()Ley Foon Tan2018-05-261-0/+7
* malloc: don't compare pointers to 0Heinrich Schuchardt2017-11-201-5/+9
* spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LENAndy Yan2017-07-271-6/+6
* malloc: Turn on DEBUG when enabling unit testsPantelis Antoniou2017-06-051-1/+1
* malloc: improve memalign fragmentation fixStephen Warren2016-05-231-2/+21
* common/dlmalloc.c: Delete content that was moved to malloc.hRobert P. J. Day2016-04-251-929/+0
* malloc: remove !gd handlingStephen Warren2016-03-081-1/+1
* malloc: solve dead code issue in memalign()Stephen Warren2016-02-081-1/+1
* malloc: work around some memalign fragmentation issuesStephen Warren2016-02-011-0/+22
* 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:LABEL_2003_06_27_2340wdenk2003-06-271-289/+274
* Initial revisionwdenk2002-10-251-0/+3317