bustd 0.1.1

Lightweight process killer daemon for out-of-memory scenarios
1
2
3
4
5
6
7
#include <sys/mman.h>

#ifdef MCL_ONFAULT
const int _MCL_ONFAULT = MCL_ONFAULT;
#else
const int _MCL_ONFAULT = -1;
#endif