mirror of
https://github.com/bdwgc/bdwgc-rust.git
synced 2026-05-29 18:08:56 -06:00
Refactor
This commit is contained in:
@@ -95,7 +95,7 @@ impl Allocator {
|
||||
GC_register_finalizer(
|
||||
ptr,
|
||||
finalize::<F>,
|
||||
Box::into_raw(Box::new(finalizer)) as *const _ as *const _,
|
||||
Box::into_raw(Box::new(finalizer)) as *const _,
|
||||
null(),
|
||||
null(),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user