index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
dlmalloc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-11
malloc: Enable assertions if UNIT_TEST is enabled
Sean Anderson
1
-4
/
+4
2023-10-06
spl: Use SYS_MALLOC_F instead of SYS_MALLOC_F_LEN
Simon Glass
1
-6
/
+6
2023-10-02
Merge branch 'next'
Tom Rini
1
-14
/
+0
2023-09-14
common: malloc: Remove unused NEEDS_MANUAL_RELOC code bits
Marek Vasut
1
-14
/
+0
2023-09-05
dlmalloc: Add support for SPL_SYS_MALLOC_CLEAR_ON_INIT
Shengyu Qu
1
-3
/
+3
2023-03-22
dlmalloc: Fix a warning with clang-15
Tom Rini
1
-4
/
+4
2022-09-29
test: Support testing malloc() failures
Simon Glass
1
-0
/
+19
2022-04-11
malloc: Annotate allocator for valgrind
Sean Anderson
1
-1
/
+30
2021-06-23
malloc: add SPDX license identifiers
Heinrich Schuchardt
1
-0
/
+10
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
1
-0
/
+1
2020-05-18
common: Drop log.h from common header
Simon Glass
1
-0
/
+1
2020-05-01
malloc: dlmalloc: add an ability for the malloc to be re-init/init multiple t...
Marek Bykowski
1
-3
/
+38
2020-04-24
dlmalloc: remove unit test support in SPL
Heinrich Schuchardt
1
-1
/
+1
2019-11-07
dlmalloc: calloc: fix zeroing early allocations
Simon Goldschmidt
1
-1
/
+1
2019-04-23
malloc: Fix memalign not honoring alignment prior to full malloc init
Andreas Dannenberg
1
-2
/
+1
2018-05-26
malloc: Use malloc simple before malloc is fully initialized in memalign()
Ley Foon Tan
1
-0
/
+7
2017-11-20
malloc: don't compare pointers to 0
Heinrich Schuchardt
1
-5
/
+9
2017-07-27
spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LEN
Andy Yan
1
-6
/
+6
2017-06-05
malloc: Turn on DEBUG when enabling unit tests
Pantelis Antoniou
1
-1
/
+1
2016-05-23
malloc: improve memalign fragmentation fix
Stephen Warren
1
-2
/
+21
2016-04-25
common/dlmalloc.c: Delete content that was moved to malloc.h
Robert P. J. Day
1
-929
/
+0
2016-03-08
malloc: remove !gd handling
Stephen Warren
1
-1
/
+1
2016-02-08
malloc: solve dead code issue in memalign()
Stephen Warren
1
-1
/
+1
2016-02-01
malloc: work around some memalign fragmentation issues
Stephen Warren
1
-0
/
+22
2015-04-23
Move initf_malloc() to a common place
Simon Glass
1
-0
/
+11
2015-03-09
dlmalloc: do memset in malloc init as new default config
Przemyslaw Marczak
1
-3
/
+7
2014-11-21
dm: Split the simple malloc() implementation into its own file
Simon Glass
1
-14
/
+5
2014-11-12
malloc: Output region when debugging
Thierry Reding
1
-0
/
+3
2014-11-07
dlmalloc: ensure gd is set for early alloc
Rabin Vincent
1
-1
/
+1
2014-07-23
sandbox: Always enable malloc debug
Simon Glass
1
-0
/
+4
2014-07-23
Add a simple malloc() implementation for pre-relocation
Simon Glass
1
-0
/
+35
2014-07-23
Remove form-feeds from dlmalloc.c
Simon Glass
1
-23
/
+23
2013-04-01
Consolidate bool type
York Sun
1
-1
/
+1
2013-02-19
malloc: make malloc_bin_reloc static
Gabor Juhos
1
-1
/
+5
2012-11-04
common/misc: sparse fixes
Kim Phillips
1
-18
/
+18
2012-09-13
Fix strict-aliasing warning in dlmalloc
Simon Glass
1
-5
/
+5
2011-09-10
utx8245: fix build breakage due to assert()
Wolfgang Denk
1
-6
/
+0
2011-09-10
Add assert() for debug assertions
Simon Glass
1
-7
/
+0
2010-11-17
malloc: Fix issue with calloc memory possibly being non-zero
Kumar Gala
1
-0
/
+7
2010-10-29
Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC
Wolfgang Denk
1
-1
/
+1
2010-10-18
dlmalloc.c: Fix gcc alias warning
Joakim Tjernlund
1
-1
/
+1
2010-09-19
New implementation for internal handling of environment variables.
Wolfgang Denk
1
-14
/
+11
2010-04-10
malloc: sbrk() should return MORECORE_FAILURE instead of NULL on failure
karl.beldan@gmail.com
1
-1
/
+1
2010-01-15
malloc: return NULL if not initialized yet
Wolfgang Denk
1
-0
/
+6
2009-12-05
i386: Fix malloc initialization
Graeme Russ
1
-6
/
+0
2009-10-03
Conditionally perform common relocation fixups
Peter Tyser
1
-0
/
+2
2009-09-04
Consolidate arch-specific mem_malloc_init() implementations
Peter Tyser
1
-0
/
+15
2009-09-04
Consolidate arch-specific sbrk() implementations
Peter Tyser
1
-1
/
+17
2008-08-06
Fix merge problems
Stefan Roese
1
-10
/
+11
2008-06-03
Make sure common.h is the first include.
Kumar Gala
1
-1
/
+2
[next]