]> git.ipfire.org Git - people/ms/u-boot.git/commit
Add a simple version of memalign()
authorSimon Glass <sjg@chromium.org>
Tue, 12 May 2015 20:55:06 +0000 (14:55 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 11 Jun 2015 01:26:55 +0000 (19:26 -0600)
commitb6bfb6ff9a2173d5e0e5506b95631aa49396c468
tree6738c945b4020cba2abfe9f097960e21addb2404
parente9fc0583147b47dfbf9be3cea579a7366e7fe702
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