zephyr/tests/lib/cpp
Keith Packard 023d0e9dc0 tests/libcxx: Test aligned allocation with C++ new operator
Make sure the underlying allocation system can support an allocation
request generated by the new operator which has stricter alignment
requirements than the default. For G++, this ends up using the 'memalign'
function which is not part of any C standard.

Signed-off-by: Keith Packard <keithp@keithp.com>
2023-08-10 11:35:17 -04:00
..
cxx rtio: Use mpsc for submission and completion queue 2023-05-10 00:39:43 +09:00
libcxx tests/libcxx: Test aligned allocation with C++ new operator 2023-08-10 11:35:17 -04:00