[−][src]Module solana_bpf_loader_program::helpers
Structs
HelperSolAllocFree | Dynamic memory allocation helper called when the BPF program calls
|
Enums
HelperError | Error definitions |
Functions
helper_abort | Abort helper functions, called when the BPF program calls |
helper_sol_log | Log a user's info message |
helper_sol_log_u64 | Log 5 64-bit values |
helper_sol_panic | Panic helper function, called when the BPF program calls 'sol_panic_()` Causes the BPF program to be halted immediately |
register_helpers |