Searched refs:POSIX_MEMALIGN (Results 1 – 2 of 2) sorted by relevance
889 #define POSIX_MEMALIGN(soname, fnname) \ macro916 POSIX_MEMALIGN(VG_Z_LIBC_SONAME, posix_memalign);917 POSIX_MEMALIGN(SO_SYN_MALLOC, posix_memalign);
5224 union pi_pv_union { int* pi; void* pv; } POSIX_MEMALIGN; variable5242 (*(POSIX_MEMALIGN.pi))++; in Worker()5258 CHECK(0 == posix_memalign(&POSIX_MEMALIGN.pv, 64, sizeof(int))); in Run()5284 FAST_MODE_INIT(POSIX_MEMALIGN.pi); in Run()5285 ANNOTATE_EXPECT_RACE(POSIX_MEMALIGN.pi, "real race on a posix_memalign-ed object"); in Run()5308 free(POSIX_MEMALIGN.pv); in Run()