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

Function laihost_malloc

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

Source from the content-addressed store, hash-verified

248 }
249
250 void *laihost_malloc(size_t sz){
251 return kmalloc(sz);
252 }
253
254 void *laihost_realloc(void* addr, size_t sz, size_t oldsz){
255 return krealloc(addr, sz);

Callers

nothing calls this directly

Calls 1

kmallocFunction · 0.85

Tested by

no test coverage detected