Add rust bpf allocator (#4426)

This commit is contained in:
Jack May
2019-05-24 16:21:42 -07:00
committed by GitHub
parent 8611b40074
commit bfa1c025fd
17 changed files with 401 additions and 49 deletions

View File

@ -107,6 +107,7 @@ mod bpf {
solana_logger::setup();
let programs = [
"solana_bpf_rust_alloc",
// Disable due to #4271 "solana_bpf_rust_iter",
"solana_bpf_rust_noop",
];