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

Function BTCpuNotifyMemoryDirty

Source/Windows/WOW64/Module.cpp:961–964  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

959}
960
961void BTCpuNotifyMemoryDirty(void* Address, SIZE_T Size) {
962 std::scoped_lock Lock(ThreadCreationMutex);
963 InvalidationTracker->InvalidateAlignedInterval(reinterpret_cast<uint64_t>(Address), static_cast<uint64_t>(Size), false);
964}
965
966void BTCpuNotifyMemoryAlloc(void* Address, SIZE_T Size, ULONG Type, ULONG Prot, BOOL After, ULONG Status) {
967 if (!After) {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected