Module switchboard_solana::program_id::program_memory
Expand description
Basic low-level memory operations.
Within the SBF 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
.