Module solana_sdk::entrypoint
source · Structs
- The bump allocator used as the default rust heap when running programs.
Constants
assert_eq(std::mem::align_of::<u128>(), 8)
is true for BPF but not for some host machines- Length of the heap memory region used for program heap.
- Start address of the memory region used for program heap.
- Maximum number of bytes a program may add to an account during a single realloc
- Value used to indicate that a serialized account is not a duplicate
- Programs indicate success with a return value of 0
Functions
- Deserialize the input arguments
Type Definitions
- User implemented function to process an instruction