Module solana_sdk::program_memory
source · [−]Expand description
Basic low-level memory operations.
Within the BPF environment, these are implemented as syscalls and executed by the runtime in native code.
Functions
Like C memcmp
.
Like C memcpy
.
Like C memmove
.
Like C memset
.