mirror of
https://github.com/bdwgc/bdwgc-rust.git
synced 2026-08-31 08:27:00 -06:00
Fix
This commit is contained in:
@@ -10,6 +10,6 @@ fn main() {
|
||||
unsafe { Allocator::initialize() }
|
||||
|
||||
loop {
|
||||
unsafe { std::alloc::alloc(Layout::from_size_align(2 ^ 8, 8).unwrap()) };
|
||||
let _ = unsafe { std::alloc::alloc(Layout::from_size_align(2 ^ 8, 8).unwrap()) };
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user