Trait composable_allocators::Composable
source · [−]pub unsafe trait Composable: Allocator {
unsafe fn has_allocated(&self, ptr: NonNull<u8>, layout: Layout) -> bool;
}
pub unsafe trait Composable: Allocator {
unsafe fn has_allocated(&self, ptr: NonNull<u8>, layout: Layout) -> bool;
}