2个版本
0.1.1 | 2024年5月31日 |
---|---|
0.1.0 | 2023年6月8日 |
#2 in #enterprise
78 每月下载量
7KB
157 行
Leak Memory
泄露内存 uwu
示例
泄露1337字节的内存
use leak_memory::{leak, LeakMethod};
fn main() {
leak(1337, LeakMethod::Lazy);
}
泄露69 kibibytes
use leak_memory::{leak, LeakMethod, LeakAmount};
fn main() {
leak("69kib".parse::<LeakAmount>().unwrap(), LeakMethod::Rust);
}
编译
dont
依赖项
~43KB