Home | History | Annotate | Download | only in tests

Lines Matching defs:pv

5222 union pi_pv_union { int* pi; void* pv; } POSIX_MEMALIGN;
5256 CHECK(0 == posix_memalign(&POSIX_MEMALIGN.pv, 64, sizeof(int)));
5306 free(POSIX_MEMALIGN.pv);