]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[malloc] Allow allocation of memory with a specified alignment offset
authorMichael Brown <mcb30@ipxe.org>
Wed, 29 Aug 2012 14:35:46 +0000 (15:35 +0100)
committerMichael Brown <mcb30@ipxe.org>
Fri, 31 Aug 2012 20:22:45 +0000 (21:22 +0100)
commite2becce1862abbf4b656967c2fda95f28a19e0e4
treed7bc42e0ae8e1c829cd1893b654535291a36f53c
parentde802310bc3ce8adc42d2df71793da8cb830e2c8
[malloc] Allow allocation of memory with a specified alignment offset

Allow for allocation of memory blocks having a specified offset from a
specified physical alignment, such as being 12 bytes before a 2kB
boundary.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/core/malloc.c
src/include/ipxe/malloc.h