MCPcopy 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
462void KMemory::clearOpCache() {
463 data->opCache.clear();
464}
465
466void* KMemory::allocCodeMemory(U32 len) {
467 BOXEDWINE_CRITICAL_SECTION_WITH_MUTEX(mutex)

Callers 1

newInstructionFunction · 0.80

Calls 1

clearMethod · 0.45

Tested by 1

newInstructionFunction · 0.64