llvm_sys::execution_engine

Function LLVMCreateSimpleMCJITMemoryManager

Source
pub unsafe extern "C" fn LLVMCreateSimpleMCJITMemoryManager(
    Opaque: *mut c_void,
    AllocateCodeSection: LLVMMemoryManagerAllocateCodeSectionCallback,
    AllocateDataSection: LLVMMemoryManagerAllocateDataSectionCallback,
    FinalizeMemory: LLVMMemoryManagerFinalizeMemoryCallback,
    Destroy: LLVMMemoryManagerDestroyCallback,
) -> LLVMMCJITMemoryManagerRef