# Functions
Clean attempts to clean b using c and groups any errors into a single return value err.
NoAccess specifies that the memory should be marked unreadable and immutable.
ReadOnly specifies that the memory should be marked read-only (immutable).
ReadWrite specifies that the memory should be made readable and writable.
# Variables
Default is a default implementation of Interface that directly wraps functions exported by the memcall package.
# Interfaces
No description provided by the author
Cleaner is the interface that groups the basic Free and Unlock methods.
No description provided by the author
Interface provides an interface for wrapping memcall functions.
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
MemoryProtectionFlag specifies some particular memory protection flag.