MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / slab_map_unlock

Function slab_map_unlock

src/foundation/slab_alloc.c:132–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130 }
131}
132static void slab_map_unlock(void) {
133 atomic_flag_clear_explicit(&g_slab_map_lock, memory_order_release);
134}
135
136static bool slab_map_indices(uintptr_t base, size_t *i1, size_t *i2, size_t *i3) {
137 uintptr_t pnum = base >> SLAB_PAGE_SHIFT;

Callers 1

slab_map_setFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected