vm: add MEMPROTECT feature in vm.h.

This commit is contained in:
Ben Gras 2010-07-19 18:19:59 +00:00
parent 77267ca28b
commit 068944de36

View file

@ -22,6 +22,7 @@
#define VMSTATS 0
/* VM behaviour */
#define MEMPROTECT 0 /* Slab objects not mapped. Access with USE() */
#define JUNKFREE 0 /* Fill freed pages with junk */
#define NONCONTIGUOUS 0 /* Make phys pages max. noncontiguous */