Crate solana_program_memory

Source
Expand description

Basic low-level memory operations.

Within the SBF environment, these are implemented as syscalls and executed by the runtime in native code.

Modules§

stubs

Functions§

sol_memcmp
Like C memcmp.
sol_memcpy
Like C memcpy.
sol_memmove
Like C memmove.
sol_memset
Like C memset.