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

File test_slab_alloc.c

tests/test_slab_alloc.c:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/*
2 * test_slab_alloc.c — Unit tests for slab_alloc.c.
3 *
4 * Covers: slab malloc/free/calloc/realloc for ≤64B and >64B paths,

Callers

nothing calls this directly

Calls 5

cbm_slab_test_mallocFunction · 0.85
cbm_slab_test_freeFunction · 0.85
cbm_slab_test_callocFunction · 0.85
cbm_slab_test_reallocFunction · 0.85
cbm_slab_reset_threadFunction · 0.85

Tested by

no test coverage detected