summaryrefslogtreecommitdiff
path: root/common/malloc_simple.c
Commit message (Expand)AuthorAgeFilesLines
* malloc_simple: Add logging of allocationsSimon Glass2018-11-291-21/+37
* malloc_simple: calloc: don't call memset if malloc failedSimon Goldschmidt2018-08-241-1/+2
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* malloc_simple: Add debug statements to memalign_simpleAndrew F. Davis2017-01-281-1/+5
* malloc_simple: Add a little more debuggingSimon Glass2016-03-171-2/+5
* Merge git://git.denx.de/u-boot-x86Tom Rini2015-10-211-0/+4
|\
| * malloc_simple: Add debug() informationSimon Glass2015-10-211-0/+4
* | malloc_simple: Add Kconfig option for using only malloc_simple in the SPLHans de Goede2015-10-201-1/+1
|/
* malloc_simple: fix malloc_ptr calculationPhilipp Rosenberger2015-09-281-1/+1
* malloc_simple: Correct the alignment logic in memalign_simple()Simon Glass2015-08-281-1/+1
* Add a simple version of memalign()Simon Glass2015-06-101-0/+14
* common: Make sure arch-specific map_sysmem() is definedJoe Hershberger2015-04-181-0/+1
* malloc_simple: Return NULL on malloc failure rather then calling panic()Hans de Goede2015-02-121-1/+1
* dm: Split the simple malloc() implementation into its own fileSimon Glass2014-11-211-0/+39