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

Function operator delete[]

Kernel/src/runtime.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24
25
26void operator delete[](void *p)
27{
28 kfree(p);
29}
30
31void operator delete[](void *p, size_t)
32{

Callers

nothing calls this directly

Calls 1

kfreeFunction · 0.85

Tested by

no test coverage detected