MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / ~DecodedOpPageCache

Method ~DecodedOpPageCache

source/emulation/softmmu/codePageData.cpp:37–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37DecodedOpPageCache::~DecodedOpPageCache() {
38 for (U32 i = 0; i < K_PAGE_SIZE; i++) {
39 if (ops[i]) {
40 ops[i]->dealloc();
41 activeOps--;
42 }
43 }
44}
45
46DecodedOpCache::DecodedOpCache() {
47 memset(emptyPageCacheLevel1, 0, sizeof(emptyPageCacheLevel1));

Callers

nothing calls this directly

Calls 1

deallocMethod · 0.80

Tested by

no test coverage detected