Home
last modified time | relevance | path

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

/xnu-11215/tests/safe_allocation_src/
H A Dctor.allocate_zero.cpp25 auto const byteArray = reinterpret_cast<uint8_t const*>(array.data()); in tests() local
28 CHECK(byteArray[i] == 0); in tests()