Searched refs:POSIX_MEMALIGN (Results 1 – 3 of 3) sorted by relevance
259 int *POSIX_MEMALIGN; variable277 (*POSIX_MEMALIGN)++; in Worker()295 CHECK(0 == posix_memalign((void**)&POSIX_MEMALIGN, 64, sizeof(int))); in TEST()312 ANNOTATE_EXPECT_RACE(POSIX_MEMALIGN, "real race on a posix_memalign-ed object"); in TEST()331 free(POSIX_MEMALIGN); in TEST()
849 #define POSIX_MEMALIGN(soname, fnname) \ macro876 POSIX_MEMALIGN(VG_Z_LIBC_SONAME, posix_memalign);877 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()