Home
last modified time | relevance | path

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

/xnu-11215.1.10/tests/safe_allocation_src/
H A Dswap.cpp22 T* a_mem = a.data(); in tests() local
31 CHECK(b.data() == a_mem); in tests()
40 T* a_mem = a.data(); in tests() local
48 CHECK(b.data() == a_mem); in tests()
89 T* a_mem = a.data(); in tests() local
96 CHECK(a.data() == a_mem); in tests()