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

Function operator new[]

Kernel/src/runtime.cpp:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8}
9
10void *operator new[](size_t size)
11{
12 return kmalloc(size);
13}
14
15void operator delete(void *p)
16{

Callers

nothing calls this directly

Calls 1

kmallocFunction · 0.85

Tested by

no test coverage detected