Home
last modified time | relevance | path

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

/xnu-8792.61.2/tests/safe_allocation_src/
H A Dctor.allocate_zero.cpp26 auto const byteArray = reinterpret_cast<uint8_t const*>(array.data()); in tests() local
28 CHECK(std::all_of(byteArray, byteArray + byteLength, [](const auto& elem){ in tests()