Home
last modified time | relevance | path

Searched refs:test_aligned (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/tests/lib/cpp/libcxx/src/
Dmain.cpp106 auto test_aligned = std::make_unique<ThreadStack>(); in ZTEST() local
107 zassert_not_null(test_aligned, "aligned allocation failed"); in ZTEST()