pollution: mmap64 void *mmap64(void *__addr, size_t __size, int __prot, int __flags, int __fd, off64_t __offset); pollution: mremap void *mremap(void *__old_address, size_t __old_size, size_t __new_size, int __flags, ...); pollution: remap_file_pages int remap_file_pages(void *__addr, size_t __size, int __prot, size_t __pgoff, int __flags); pollution: memfd_create int memfd_create(const char *__name, unsigned int __flags); pollution: madvise int madvise(void *__addr, size_t __size, int __advise); pollution: mincore int mincore(void *__addr, size_t __size, unsigned char *__vec); pollution: MFD_ALLOW_SEALING #define MFD_ALLOW_SEALING 2U pollution: MADV_MERGEABLE #define MADV_MERGEABLE 12 pollution: MFD_HUGETLB #define MFD_HUGETLB 4U pollution: MADV_REMOVE #define MADV_REMOVE 9 pollution: MADV_PAGEOUT #define MADV_PAGEOUT 21 pollution: MADV_NORMAL #define MADV_NORMAL 0 pollution: MADV_WIPEONFORK #define MADV_WIPEONFORK 18 pollution: MADV_KEEPONFORK #define MADV_KEEPONFORK 19 pollution: MADV_DODUMP #define MADV_DODUMP 17 pollution: MREMAP_MAYMOVE #define MREMAP_MAYMOVE 1 pollution: MFD_CLOEXEC #define MFD_CLOEXEC 1U pollution: MADV_HWPOISON #define MADV_HWPOISON 100 pollution: MADV_DONTDUMP #define MADV_DONTDUMP 16 pollution: MADV_DONTFORK #define MADV_DONTFORK 10 pollution: MADV_WILLNEED #define MADV_WILLNEED 3 pollution: MADV_FREE #define MADV_FREE 8 pollution: MADV_DONTNEED #define MADV_DONTNEED 4 pollution: MADV_DOFORK #define MADV_DOFORK 11 pollution: MADV_UNMERGEABLE #define MADV_UNMERGEABLE 13 pollution: MADV_SOFT_OFFLINE #define MADV_SOFT_OFFLINE 101 pollution: MADV_COLD #define MADV_COLD 20 pollution: MADV_NOHUGEPAGE #define MADV_NOHUGEPAGE 15 pollution: MADV_SEQUENTIAL #define MADV_SEQUENTIAL 2 pollution: MADV_RANDOM #define MADV_RANDOM 1 pollution: MADV_HUGEPAGE #define MADV_HUGEPAGE 14 pollution: MREMAP_FIXED #define MREMAP_FIXED 2