Method LLVMCreateSimpleMCJITMemoryManager
LLVMCreateSimpleMCJITMemoryManager(IntPtr, LLVMMemoryManagerAllocateCodeSectionCallback, LLVMMemoryManagerAllocateDataSectionCallback, LLVMMemoryManagerFinalizeMemoryCallback, LLVMMemoryManagerDestroyCallback)
TODO: Provide summary for Function LLVMCreateSimpleMCJITMemoryManager
Declaration
public static LLVMMCJITMemoryManagerRef LLVMCreateSimpleMCJITMemoryManager(IntPtr Opaque, LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection, LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection, LLVMMemoryManagerFinalizeMemoryCallback FinalizeMemory, LLVMMemoryManagerDestroyCallback Destroy)
Parameters
public static LLVMMCJITMemoryManagerRef LLVMCreateSimpleMCJITMemoryManager(IntPtr Opaque, LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection, LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection, LLVMMemoryManagerFinalizeMemoryCallback FinalizeMemory, LLVMMemoryManagerDestroyCallback Destroy)
IntPtr | Opaque | TODO: Provide details of parameter Opaque |
LLVMMemoryManagerAllocateCodeSectionCallback | AllocateCodeSection | TODO: Provide details of parameter AllocateCodeSection |
LLVMMemoryManagerAllocateDataSectionCallback | AllocateDataSection | TODO: Provide details of parameter AllocateDataSection |
LLVMMemoryManagerFinalizeMemoryCallback | FinalizeMemory | TODO: Provide details of parameter FinalizeMemory |
LLVMMemoryManagerDestroyCallback | Destroy | TODO: Provide details of parameter Destroy |
Returns
LLVMMCJITMemoryManagerRef | TODO: Document return value |