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

Function laihost_realloc

Kernel/src/arch/x86_64/acpi.cpp:254–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252 }
253
254 void *laihost_realloc(void* addr, size_t sz, size_t oldsz){
255 return krealloc(addr, sz);
256 }
257 void laihost_free(void * addr, size_t sz){
258 kfree(addr);
259 }

Callers

nothing calls this directly

Calls 1

kreallocFunction · 0.85

Tested by

no test coverage detected