Linux: Use mmap instead of malloc in dirent/tst-getdents64
malloc dirties the entire allocated memory region due to M_PERTURB in the test harness.
Loading
Please register or sign in to comment
malloc dirties the entire allocated memory region due to M_PERTURB in the test harness.