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

Function kmalloc

Kernel/src/liballoc/_liballoc.cpp:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54void* kmalloc(size_t sz){
55 return _kmalloc(sz);
56}
57
58void* krealloc(void* ptr, size_t sz){
59 return _krealloc(ptr, sz);

Callers 15

KernelProcessFunction · 0.85
kmainFunction · 0.85
DataStreamMethod · 0.85
WriteMethod · 0.85
InitializeSharedMemoryFunction · 0.85
NextKeyFunction · 0.85
CreateSharedMemoryFunction · 0.85
EnableBufferFunction · 0.85
WriteNFunction · 0.85
VideoConsoleMethod · 0.85
operator newFunction · 0.85
operator new[]Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected