aboutsummaryrefslogtreecommitdiff
path: root/common/dlmalloc.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini1-1/+0
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-0/+1
2024-05-06common: Remove <common.h> and add needed includesTom Rini1-1/+0
2024-04-12mcheck: add pedantic mode supportEugene Uriev1-0/+12
2024-04-12mcheck: support memalignEugene Uriev1-1/+6
2024-04-12mcheck: integrate mcheck into dlmalloc.cEugene Uriev1-0/+67
2024-04-12mcheck: Use memset/memcpy instead of MALLOC_ZERO/MALLOC_COPY for mcheck.Eugene Uriev1-0/+4
2024-04-12mcheck: prepare +1 tier for mcheck-wrappers, in dl-*alloc commandsEugene Uriev1-25/+41
2023-10-11malloc: Enable assertions if UNIT_TEST is enabledSean Anderson1-4/+4
2023-10-06spl: Use SYS_MALLOC_F instead of SYS_MALLOC_F_LENSimon Glass1-6/+6
2023-10-02Merge branch 'next'Tom Rini1-14/+0
2023-09-14common: malloc: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut1-14/+0
2023-09-05dlmalloc: Add support for SPL_SYS_MALLOC_CLEAR_ON_INITShengyu Qu1-3/+3
2023-03-22dlmalloc: Fix a warning with clang-15Tom Rini1-4/+4
2022-09-29test: Support testing malloc() failuresSimon Glass1-0/+19
2022-04-11malloc: Annotate allocator for valgrindSean Anderson1-1/+30
2021-06-23malloc: add SPDX license identifiersHeinrich Schuchardt1-0/+10
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-01malloc: dlmalloc: add an ability for the malloc to be re-init/init multiple t...Marek Bykowski1-3/+38
2020-04-24dlmalloc: remove unit test support in SPLHeinrich Schuchardt1-1/+1
2019-11-07dlmalloc: calloc: fix zeroing early allocationsSimon Goldschmidt1-1/+1
2019-04-23malloc: Fix memalign not honoring alignment prior to full malloc initAndreas Dannenberg1-2/+1
2018-05-26malloc: Use malloc simple before malloc is fully initialized in memalign()Ley Foon Tan1-0/+7
2017-11-20malloc: don't compare pointers to 0Heinrich Schuchardt1-5/+9
2017-07-27spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LENAndy Yan1-6/+6
2017-06-05malloc: Turn on DEBUG when enabling unit testsPantelis Antoniou1-1/+1
2016-05-23malloc: improve memalign fragmentation fixStephen Warren1-2/+21
2016-04-25common/dlmalloc.c: Delete content that was moved to malloc.hRobert P. J. Day1-929/+0
2016-03-08malloc: remove !gd handlingStephen Warren1-1/+1
2016-02-08malloc: solve dead code issue in memalign()Stephen Warren1-1/+1
2016-02-01malloc: work around some memalign fragmentation issuesStephen Warren1-0/+22
2015-04-23Move initf_malloc() to a common placeSimon Glass1-0/+11
2015-03-09dlmalloc: do memset in malloc init as new default configPrzemyslaw Marczak1-3/+7
2014-11-21dm: Split the simple malloc() implementation into its own fileSimon Glass1-14/+5
2014-11-12malloc: Output region when debuggingThierry Reding1-0/+3
2014-11-07dlmalloc: ensure gd is set for early allocRabin Vincent1-1/+1
2014-07-23sandbox: Always enable malloc debugSimon Glass1-0/+4
2014-07-23Add a simple malloc() implementation for pre-relocationSimon Glass1-0/+35
2014-07-23Remove form-feeds from dlmalloc.cSimon Glass1-23/+23
2013-04-01Consolidate bool typeYork Sun1-1/+1
2013-02-19malloc: make malloc_bin_reloc staticGabor Juhos1-1/+5
2012-11-04common/misc: sparse fixesKim Phillips1-18/+18
2012-09-13Fix strict-aliasing warning in dlmallocSimon Glass1-5/+5
2011-09-10utx8245: fix build breakage due to assert()Wolfgang Denk1-6/+0
2011-09-10Add assert() for debug assertionsSimon Glass1-7/+0
2010-11-17malloc: Fix issue with calloc memory possibly being non-zeroKumar Gala1-0/+7
2010-10-29Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk1-1/+1
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