MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / clear

Method clear

source/emulation/softmmu/codePageData.cpp:168–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168void DecodedOpCache::clear() {
169 removeAll();
170 for (auto& it : pendingDeallocs) {
171 for (auto& op : it.second) {
172 op->dealloc();
173 }
174 }
175 pendingDeallocs.clear();
176}
177
178void DecodedOpCache::clearPendingDeallocs(U32 threadId) {
179 if (pendingDeallocs.count(threadId)) {

Callers 3

shutdownRamFunction · 0.45
~KMemoryDataMethod · 0.45
execvResetMethod · 0.45

Calls 1

deallocMethod · 0.80

Tested by

no test coverage detected