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

Method unmapNativeMemory

source/kernel/kmemory.cpp:715–717  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

713}
714
715void KMemory::unmapNativeMemory(U32 address, U32 size) {
716 unmap(address - K_PAGE_SIZE, size + 2 * K_PAGE_SIZE);
717}
718
719U32 KMemory::mapNativeMemory(void* hostAddress, U32 size) {
720 U32 result = 0;

Callers 2

unmapBufferFunction · 0.80
unmapVkMemoryFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected