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
8a754d45b3deffbaf65aa43b48264b0458e403a1
solana
/
programs
/
bpf
/
rust
/
realloc
/
src
/
lib.rs
5 lines
90 B
Rust
Raw
Normal View
History
Unescape
Escape
Remove @brief annotations from Rust API docs (#20769)
2021-10-19 16:48:15 -05:00
//! Example Rust-based BPF realloc test program
Allow programs to realloc their accounts within limits (#19475)
2021-09-28 01:13:03 -07:00
pub
mod
instructions
;
Improve test maintainability (#20318)
2021-09-29 13:13:10 -07:00
pub
mod
processor
;
Reference in New Issue
Copy Permalink