Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ krealloc
Function
krealloc
Kernel/src/liballoc/_liballoc.cpp:58–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
}
57
58
void* krealloc(void* ptr, size_t sz){
59
return _krealloc(ptr, sz);
60
}
61
62
void* kcalloc(size_t sz, size_t v){
63
return _kcalloc(sz, v);
Callers
1
laihost_realloc
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected