Add memory allocation support for C programs (#12254)

This commit is contained in:
Jack May
2020-09-15 16:42:20 -07:00
committed by GitHub
parent 3d4b9bb00d
commit 5ab4109b7e
4 changed files with 91 additions and 13 deletions

View File

@ -107,6 +107,7 @@ fn test_program_bpf_sanity() {
#[cfg(feature = "bpf_c")]
{
programs.extend_from_slice(&[
("alloc", true),
("bpf_to_bpf", true),
("multiple_static", true),
("noop", true),