MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / operator delete

Function operator delete

Kernel/src/runtime.cpp:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15void operator delete(void *p)
16{
17 kfree(p);
18}
19
20void operator delete(void *p, size_t)
21{

Callers

nothing calls this directly

Calls 1

kfreeFunction · 0.85

Tested by

no test coverage detected