Home | History | Annotate | Download | only in tests

Lines Matching refs:MEMALIGN

4400   GLOB = (int*)memalign(64, sizeof(int));
4447 GLOB = (int*)memalign(64, sizeof(int));
5034 GLOB = (int*)memalign(64, sizeof(int));
5223 int *MEMALIGN;
5241 (*MEMALIGN)++;
5257 MEMALIGN = (int*)memalign(64, sizeof(int));
5282 FAST_MODE_INIT(MEMALIGN);
5283 ANNOTATE_EXPECT_RACE(MEMALIGN, "real race on a memalign-ed object");
5307 free(MEMALIGN);