Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Singular/Singular
/ unlock_allocator
Function
unlock_allocator
kernel/oswrapper/vspace.cc:166–168 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
164
}
165
166
static void unlock_allocator() {
167
vmem.metapage->allocator_lock.unlock();
168
}
169
170
static void print_freelists() {
171
for (int i = 0; i <= LOG2_SEGMENT_SIZE; i++) {
Callers
2
vmem_free
Function · 0.85
vmem_alloc
Function · 0.85
Calls
1
unlock
Method · 0.45
Tested by
no test coverage detected