MCPcopy 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
166static void unlock_allocator() {
167 vmem.metapage->allocator_lock.unlock();
168}
169
170static void print_freelists() {
171 for (int i = 0; i <= LOG2_SEGMENT_SIZE; i++) {

Callers 2

vmem_freeFunction · 0.85
vmem_allocFunction · 0.85

Calls 1

unlockMethod · 0.45

Tested by

no test coverage detected