summaryrefslogtreecommitdiff
path: root/common/malloc_simple.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2018-11-29malloc_simple: Add logging of allocationsSimon Glass1-21/+37
2018-08-24malloc_simple: calloc: don't call memset if malloc failedSimon Goldschmidt1-1/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-01-28malloc_simple: Add debug statements to memalign_simpleAndrew F. Davis1-1/+5
2016-03-17malloc_simple: Add a little more debuggingSimon Glass1-2/+5
2015-10-22Merge git://git.denx.de/u-boot-x86Tom Rini1-0/+4
2015-10-21malloc_simple: Add debug() informationSimon Glass1-0/+4
2015-10-20malloc_simple: Add Kconfig option for using only malloc_simple in the SPLHans de Goede1-1/+1
2015-09-28malloc_simple: fix malloc_ptr calculationPhilipp Rosenberger1-1/+1
2015-08-28malloc_simple: Correct the alignment logic in memalign_simple()Simon Glass1-1/+1
2015-06-11Add a simple version of memalign()Simon Glass1-0/+14
2015-04-18common: Make sure arch-specific map_sysmem() is definedJoe Hershberger1-0/+1
2015-02-12malloc_simple: Return NULL on malloc failure rather then calling panic()Hans de Goede1-1/+1
2014-11-21dm: Split the simple malloc() implementation into its own fileSimon Glass1-0/+39