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

Function slab_map_unregister_page

src/foundation/slab_alloc.c:398–400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

396 return slab_map_set((uintptr_t)page, page);
397}
398static void slab_map_unregister_page(slab_page_t *page) {
399 (void)slab_map_set((uintptr_t)page, (slab_page_t *)NULL);
400}
401
402/* ── Public API ─────────────────────────────────────────────────── */
403

Callers 2

slab_reclaim_pagesFunction · 0.85
slab_freeFunction · 0.85

Calls 1

slab_map_setFunction · 0.85

Tested by

no test coverage detected