This website requires JavaScript.
Explore
Help
Sign In
gaspersic
/
solana
Watch
1
Star
0
Fork
0
You've already forked solana
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Files
72e1efb847271aed404e002636cd857417dc1690
solana
/
programs
/
bpf
/
rust
/
realloc_invoke
/
src
/
lib.rs
5 lines
97 B
Rust
Raw
Normal View
History
Unescape
Escape
Allow programs to realloc their accounts within limits (#19475)
2021-09-28 01:13:03 -07:00
//! @brief Example Rust-based BPF realloc test program
pub
mod
instructions
;
Improve test maintainability (#20318)
2021-09-29 13:13:10 -07:00
pub
mod
processor
;
Reference in New Issue
Copy Permalink