Searched refs:VM_GROWSDOWN (Results 1 – 2 of 2) sorted by relevance
81 vm_flags |= VmFlags::VM_GROWSDOWN; in from()120 if self.contains(VmFlags::VM_GROWSDOWN) { in into()
53 const VM_GROWSDOWN = 0x00000100; constant