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 6a0402e commit 6846bb8Copy full SHA for 6846bb8
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