Home | History | Annotate | Download | only in tests

Lines Matching refs:posix_memalign

3010   res = posix_memalign(&stack, 4096, kStackSize);
3164 TEST(MemorySanitizer, posix_memalign) {
3167 int res = posix_memalign(&p, 4096, 13);