]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Add a simple version of memalign()
authorSimon Glass <sjg@chromium.org>
Tue, 12 May 2015 20:55:06 +0000 (14:55 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 22:42:42 +0000 (00:42 +0200)
commite6fb2fa5474d1fb1187d1bb1315307252a46ea95
treee240d9d70ada86966f19cb20c7d05e0c9d82062d
parentfaecef8ad9c1eb9e261ec49848edec0b465cb80a
Add a simple version of memalign()

This is used when the full malloc() is not available.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/malloc_simple.c