MallocMemoryAllocator_as_memory_allocator

Function MallocMemoryAllocator_as_memory_allocator 

Source
pub unsafe fn MallocMemoryAllocator_as_memory_allocator(
    self_: Pin<&mut MallocMemoryAllocator>,
) -> *mut MemoryAllocator
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.