cohtml::VMemFlags
| Name | |
|---|---|
| enum | VMemFlagsType { ProtectionChange = 0, Reserve = 1, Commit = 2, Decommit = 4, Release = 8} Enum for memory flags: ProtectionChange, Reserve, Commit, Decommit and Release. The only flags that can be combined are Reserve and Commit, all other flags are to be used exclusively and can’t be combined with others. |
Types Documentation
Section titled “Types Documentation”enum VMemFlagsType
Section titled “enum VMemFlagsType”| Enumerator | Value | Description |
|---|---|---|
| ProtectionChange | 0 | |
| Reserve | 1 | |
| Commit | 2 | |
| Decommit | 4 | |
| Release | 8 |
Enum for memory flags: ProtectionChange, Reserve, Commit, Decommit and Release. The only flags that can be combined are Reserve and Commit, all other flags are to be used exclusively and can’t be combined with others.
© 2026 Coherent Labs. All rights reserved.