Searched defs:VM_MAYSHARE (Results 1 – 2 of 2) sorted by relevance
132 #define VM_MAYSHARE (1 << 6) // 该vma可被共享 macro
55 const VM_MAYSHARE = 0x00000080; constant