Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ clearOpCache
Method
clearOpCache
source/kernel/kmemory.cpp:462–464 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
460
}
461
462
void KMemory::clearOpCache() {
463
data->opCache.clear();
464
}
465
466
void* KMemory::allocCodeMemory(U32 len) {
467
BOXEDWINE_CRITICAL_SECTION_WITH_MUTEX(mutex)
Callers
1
newInstruction
Function · 0.80
Calls
1
clear
Method · 0.45
Tested by
1
newInstruction
Function · 0.64