MCPcopy 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
416void 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_workerFunction · 0.85
resolve_workerFunction · 0.85
test_mem.cFile · 0.85
test_vmem.cFile · 0.85

Calls 1

slab_reclaim_pagesFunction · 0.85

Tested by

no test coverage detected