MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / kcalloc

Function kcalloc

Kernel/src/liballoc/_liballoc.cpp:62–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62void* kcalloc(size_t sz, size_t v){
63 return _kcalloc(sz, v);
64}
65
66void kfree(void* ptr){
67 _kfree(ptr);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected