Skip to main content

PyMem_GetAllocator

Function PyMem_GetAllocator 

pub unsafe extern "C" fn PyMem_GetAllocator(
    domain: PyMemAllocatorDomain,
    allocator: *mut PyMemAllocatorEx,
)
Available on crate feature tls and neither PyPy nor GraalPy only.