mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
remove dealloc_no_normalise
This commit is contained in:
parent
95a8804094
commit
6b84833c4f
|
@ -85,12 +85,6 @@ impl BlockAllocator {
|
||||||
self.with_inner(|inner| inner.dealloc(ptr, layout));
|
self.with_inner(|inner| inner.dealloc(ptr, layout));
|
||||||
}
|
}
|
||||||
|
|
||||||
pub unsafe fn dealloc_no_normalise(&self, ptr: *mut u8, layout: Layout) {
|
|
||||||
self.with_inner(|inner| {
|
|
||||||
inner.dealloc_no_normalise(ptr, layout);
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
pub unsafe fn grow(
|
pub unsafe fn grow(
|
||||||
&self,
|
&self,
|
||||||
ptr: *mut u8,
|
ptr: *mut u8,
|
||||||
|
|
Loading…
Reference in a new issue