We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 195caff commit 4640741Copy full SHA for 4640741
program/rust/src/lib.rs
@@ -67,3 +67,6 @@ pub extern "C" fn entrypoint(input: *mut u8) -> u64 {
67
_ => unsafe { return c_entrypoint(input) },
68
}
69
70
+
71
+solana_program::custom_heap_default!();
72
+solana_program::custom_panic_default!();
0 commit comments