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

Method free

source/kernel/kprocess.cpp:2804–2807  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2802}
2803
2804void KProcess::free(U32 address) {
2805 BOXEDWINE_CRITICAL_SECTION_WITH_MUTEX(heapMutex);
2806 heap.free(memory, address);
2807}
2808
2809U32 KProcess::createString(KThread* thread, const BString& str) {
2810 U32 result = thread->process->alloc(thread, str.length() + 1);

Callers 2

clearJitMethod · 0.45
removeCodeBlockMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected