MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / kfree

Function kfree

Kernel/src/liballoc/_liballoc.cpp:66–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66void kfree(void* ptr){
67 _kfree(ptr);
68}
69}

Callers 15

~DataStreamMethod · 0.85
WriteMethod · 0.85
ReadMethod · 0.85
NextKeyFunction · 0.85
DestroySharedMemoryFunction · 0.85
WriteNFunction · 0.85
operator deleteFunction · 0.85
operator delete[]Function · 0.85
WriteMethod · 0.85
ParseFunction · 0.85
EndProcessFunction · 0.85
CreateELFProcessFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected