pub unsafe extern "C" fn LLVMOrcCreateRTDyldObjectLinkingLayerWithSectionMemoryManagerReserveAlloc(
ES: LLVMOrcExecutionSessionRef,
ReserveAlloc: LLVMBool,
) -> LLVMOrcObjectLayerRefExpand description
Create a RTDyldObjectLinkingLayer instance using the standard SectionMemoryManager for memory management. If ReserveAlloc is true then a contiguous range of memory will be reserved for each object file.