vm: add MEMPROTECT feature in vm.h.
This commit is contained in:
parent
77267ca28b
commit
068944de36
|
|
@ -22,6 +22,7 @@
|
||||||
#define VMSTATS 0
|
#define VMSTATS 0
|
||||||
|
|
||||||
/* VM behaviour */
|
/* VM behaviour */
|
||||||
|
#define MEMPROTECT 0 /* Slab objects not mapped. Access with USE() */
|
||||||
#define JUNKFREE 0 /* Fill freed pages with junk */
|
#define JUNKFREE 0 /* Fill freed pages with junk */
|
||||||
#define NONCONTIGUOUS 0 /* Make phys pages max. noncontiguous */
|
#define NONCONTIGUOUS 0 /* Make phys pages max. noncontiguous */
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user