[−][src]Module solana_bpf_loader_program::helpers 
Functions
| helper_abort | Abort helper functions, called when the BPF program calls  | 
| helper_sol_alloc_free | Dynamic memory allocation helper called when the BPF program calls
 | 
| helper_sol_log | |
| helper_sol_log_u64 | |
| helper_sol_panic | Panic helper functions, called when the BPF program calls 'sol_panic_()` The verify function returns an error which will cause the BPF program to be halted immediately | 
| register_helpers |