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 cd69cb0 commit 76c5c3fCopy full SHA for 76c5c3f
sdk/pinocchio/src/entrypoint/mod.rs
@@ -23,6 +23,8 @@ use crate::{
23
};
24
use solana_address::Address;
25
26
+use crate::{BPF_ALIGN_OF_U128, NON_DUP_MARKER};
27
+
28
/// Start address of the memory region used for program heap.
29
pub const HEAP_START_ADDRESS: u64 = 0x300000000;
30
0 commit comments