(flags)
| 751 | // FUNCTIONS FOR STAGE: LEAK 0x100 MALLOC ZONE ADDRESS |
| 752 | |
| 753 | function new_evf(flags) { |
| 754 | const name = cstr(''); |
| 755 | // int evf_create(char *name, uint32_t attributes, uint64_t flags) |
| 756 | return sysi('evf_create', name.addr, 0, flags); |
| 757 | } |
| 758 | |
| 759 | function set_evf_flags(id, flags) { |
| 760 | sysi('evf_clear', id, 0); |
no test coverage detected