aboutsummaryrefslogtreecommitdiff
path: root/common/malloc_simple.c
AgeCommit message (Expand)AuthorFilesLines
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-21Merge 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-10Add 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