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

Function cbm_slab_install

src/foundation/slab_alloc.c:408–410  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

406 void *(*new_realloc)(void *, size_t), void (*new_free)(void *));
407
408void cbm_slab_install(void) {
409 ts_set_allocator(slab_malloc, slab_calloc, slab_realloc, slab_free);
410}
411
412void cbm_slab_reset_thread(void) {
413 cbm_slab_reclaim();

Callers 3

cbm_parallel_extract_exFunction · 0.85
test_mem.cFile · 0.85
test_vmem.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected