Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ liballoc_unlock
Function
liballoc_unlock
Kernel/src/liballoc/_liballoc.cpp:20–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
}
19
20
int liballoc_unlock() {
21
releaseLock(&liballocLock);
22
return 0;
23
}
24
25
void liballoc_kprintf(const char* __restrict fmt, ...){
26
va_list args;
Callers
3
PREFIX(malloc)
Function · 0.85
PREFIX(free)
Function · 0.85
PREFIX(realloc)
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected