Home | History | Annotate | Download | only in tests

Lines Matching refs:memalign

3241 // There's no memalign() on FreeBSD.
3243 TEST(MemorySanitizer, memalign) {
3244 void *p = memalign(4096, 13);