Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeusData/codebase-memory-mcp
/ cbm_slab_destroy_thread
Function
cbm_slab_destroy_thread
src/foundation/slab_alloc.c:416–418 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
414
}
415
416
void cbm_slab_destroy_thread(void) {
417
slab_reclaim_pages(&tls_slab, true);
418
}
419
420
/* Reclaim slab memory owned by the current thread.
421
*
Callers
4
extract_worker
Function · 0.85
resolve_worker
Function · 0.85
test_mem.c
File · 0.85
test_vmem.c
File · 0.85
Calls
1
slab_reclaim_pages
Function · 0.85
Tested by
no test coverage detected