We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Minimal Reproducible Example (Produced with CReduce):
#define _GNU_SOURCE #include <sys/mman.h> void main() { size_t a = 4096; mremap; }