Home | History | Annotate | Download | only in tests

Lines Matching defs:pv

5224 union pi_pv_union { int* pi; void* pv; } POSIX_MEMALIGN;
5258 CHECK(0 == posix_memalign(&POSIX_MEMALIGN.pv, 64, sizeof(int)));
5308 free(POSIX_MEMALIGN.pv);