Skip to main content

LLVMOrcCreateRTDyldObjectLinkingLayerWithSectionMemoryManagerReserveAlloc

Function LLVMOrcCreateRTDyldObjectLinkingLayerWithSectionMemoryManagerReserveAlloc 

Source
pub unsafe extern "C" fn LLVMOrcCreateRTDyldObjectLinkingLayerWithSectionMemoryManagerReserveAlloc(
    ES: LLVMOrcExecutionSessionRef,
    ReserveAlloc: LLVMBool,
) -> LLVMOrcObjectLayerRef
Expand 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.