- free everything.
This commit is contained in:
parent
34a1c8e545
commit
bef5b953b2
1 changed files with 4 additions and 0 deletions
|
|
@ -75,6 +75,10 @@ void JitRelease()
|
|||
{
|
||||
asmjit::OSUtils::releaseVirtualMemory(p, 1024 * 1024);
|
||||
}
|
||||
JitFrames.Clear();
|
||||
JitBlocks.Clear();
|
||||
JitBlockPos = 0;
|
||||
JitBlockSize = 0;
|
||||
}
|
||||
|
||||
static TArray<uint16_t> CreateUnwindInfo(asmjit::CCFunc *func)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue