summaryrefslogtreecommitdiff
path: root/common/malloc_simple.c
AgeCommit message (Expand)Author
2022-02-11malloc_simple: Remove usage of unsupported %zx format stringPali Rohár
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2018-11-29malloc_simple: Add logging of allocationsSimon Glass
2018-08-24malloc_simple: calloc: don't call memset if malloc failedSimon Goldschmidt
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-01-28malloc_simple: Add debug statements to memalign_simpleAndrew F. Davis
2016-03-17malloc_simple: Add a little more debuggingSimon Glass
2015-10-21Merge git://git.denx.de/u-boot-x86Tom Rini
2015-10-21malloc_simple: Add debug() informationSimon Glass
2015-10-20malloc_simple: Add Kconfig option for using only malloc_simple in the SPLHans de Goede
2015-09-28malloc_simple: fix malloc_ptr calculationPhilipp Rosenberger
2015-08-28malloc_simple: Correct the alignment logic in memalign_simple()Simon Glass
2015-06-10Add a simple version of memalign()Simon Glass
2015-04-18common: Make sure arch-specific map_sysmem() is definedJoe Hershberger
2015-02-12malloc_simple: Return NULL on malloc failure rather then calling panic()Hans de Goede
2014-11-21dm: Split the simple malloc() implementation into its own fileSimon Glass