Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10
void *operator new[](size_t size)
11
{
12
return kmalloc(size);
13
}
14
15
void operator delete(void *p)
16
{
Callers
nothing calls this directly
Calls
1
kmalloc
Function · 0.85
Tested by
no test coverage detected