Function PyMem_GetAllocator
pub unsafe extern "C" fn PyMem_GetAllocator(
domain: PyMemAllocatorDomain,
allocator: *mut PyMemAllocatorEx,
)
Available on crate features
dep_pyo3
and std
only.pub unsafe extern "C" fn PyMem_GetAllocator(
domain: PyMemAllocatorDomain,
allocator: *mut PyMemAllocatorEx,
)
dep_pyo3
and std
only.