Home
last modified time | relevance | path

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

/xnu-11417.101.15/tests/safe_allocation_src/
H A Dctor.allocate_zero.cpp26 size_t const byteLength = array.size() * sizeof(T); in tests() local
27 for (size_t i = 0; i != byteLength; ++i) { in tests()