MMAPNONE
#define MMAPNONE(sz,f) mmap(NULL, (sz), PROT_NONE, \
#define MMAPNONE(sz) _dl_mmap(NULL, (size_t)(sz), PROT_NONE, \