Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ kmalloc
Function
kmalloc
Kernel/src/liballoc/_liballoc.cpp:54–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
void* kmalloc(size_t sz){
55
return _kmalloc(sz);
56
}
57
58
void* krealloc(void* ptr, size_t sz){
59
return _krealloc(ptr, sz);
Callers
15
KernelProcess
Function · 0.85
kmain
Function · 0.85
DataStream
Method · 0.85
Write
Method · 0.85
InitializeSharedMemory
Function · 0.85
NextKey
Function · 0.85
CreateSharedMemory
Function · 0.85
EnableBuffer
Function · 0.85
WriteN
Function · 0.85
VideoConsole
Method · 0.85
operator new
Function · 0.85
operator new[]
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected