pub unsafe fn MallocMemoryAllocator_as_memory_allocator(
self_: Pin<&mut MallocMemoryAllocator>,
) -> *mut MemoryAllocatorAvailable on crate feature
std only.Expand description
Get a pointer to the base class MemoryAllocator.
Safety: The caller must ensure that the pointer is valid for the lifetime of the MemoryAllocator.