Table of Contents

Method FinalizeMemory

Namespace
Ubiquity.NET.Llvm.OrcJITv2
Assembly
Ubiquity.NET.Llvm.dll

FinalizeMemory(out LazyEncodedString?)

Finalizes a previous allocation by applying page settings for the allocation

public abstract bool FinalizeMemory(out LazyEncodedString? errMsg)

Parameters

errMsg LazyEncodedString

Error message in the event of a failure

Returns

bool

true if successful (errMsg is null); false if not (errMsg has the reason)