Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Memalign is another name for the posix aligned_alloc function, although it has weaker restrictions on the relationship between the alignment and size. memalign appears to be used internally by the G++, so we need to provide an implementation of this when using that compiler, even though it's not part of the Zephyr C library API. Closes: zephyrproject-rtos#57899 Signed-off-by: Keith Packard <[email protected]>
- Loading branch information