MCPcopy Create free account
hub / github.com/FEX-Emu/FEX / BTCpuFlushInstructionCacheHeavy

Function BTCpuFlushInstructionCacheHeavy

Source/Windows/WOW64/Module.cpp:956–959  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

954}
955
956void BTCpuFlushInstructionCacheHeavy(const void* Address, SIZE_T Size) {
957 std::scoped_lock Lock(ThreadCreationMutex);
958 InvalidationTracker->InvalidateAlignedInterval(reinterpret_cast<uint64_t>(Address), static_cast<uint64_t>(Size), false);
959}
960
961void BTCpuNotifyMemoryDirty(void* Address, SIZE_T Size) {
962 std::scoped_lock Lock(ThreadCreationMutex);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected