restore free list usage on structures in facts without crashing lgtunit loader
This commit is contained in:
@@ -218,6 +218,10 @@ impl DebrayAllocator {
|
||||
self.free_list.push(r);
|
||||
}
|
||||
}
|
||||
|
||||
pub fn reset_free_list(&mut self) {
|
||||
self.free_list.clear();
|
||||
}
|
||||
}
|
||||
|
||||
impl Allocator for DebrayAllocator {
|
||||
|
||||
Reference in New Issue
Block a user