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

Method execvReset

source/kernel/kmemory.cpp:321–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319}
320
321void KMemory::execvReset(bool cloneVM) {
322 if (!cloneVM) {
323 data->execvReset();
324 } else {
325 // data no longer shared with parent
326 data = new KMemoryData(this);
327 }
328}
329
330void KMemory::memcpy(U32 address, const void* p, U32 len) {
331 U8* ptr = (U8*)p;

Callers 2

execveMethod · 0.45
exitgroupMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected