MCPcopy 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
58void* krealloc(void* ptr, size_t sz){
59 return _krealloc(ptr, sz);
60}
61
62void* kcalloc(size_t sz, size_t v){
63 return _kcalloc(sz, v);

Callers 1

laihost_reallocFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected