remove dealloc_no_normalise

This commit is contained in:
Corwin 2023-06-04 00:50:30 +01:00
parent 95a8804094
commit 6b84833c4f
No known key found for this signature in database

View file

@ -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,