
* Define a MEMALIGN macro that is either just defined to malloc() or to the actual memalign() depending on where KMessage is used. We only use memalign() inside the kernel and libroot. * Add a comment to the macro explaining that this allows the use of special heap implementations that might return unaligned buffers for debugging purposes.