Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeusData/codebase-memory-mcp
/ cbm_arena_destroy
Function
cbm_arena_destroy
internal/cbm/arena.c:102–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
100
}
101
102
void cbm_arena_destroy(CBMArena *a) {
103
for (int i = 0; i < a->nblocks; i++) {
104
free(a->blocks[i]);
105
}
106
memset(a, 0, sizeof(*a));
107
}
Callers
15
cbm_free_result
Function · 0.70
cbm_macro_table_free
Function · 0.70
cbm_run_php_lsp_cross
Function · 0.50
cbm_batch_php_lsp_cross
Function · 0.50
cbm_run_py_lsp_cross
Function · 0.50
cbm_batch_py_lsp_cross
Function · 0.50
cbm_batch_c_lsp_cross
Function · 0.50
cbm_run_java_lsp_cross_with_registry
Function · 0.50
cbm_run_java_lsp_cross
Function · 0.50
cbm_batch_go_lsp_cross
Function · 0.50
cbm_run_perl_lsp
Function · 0.50
cbm_batch_rust_lsp_cross
Function · 0.50
Calls
no outgoing calls
Tested by
3
teardown
Function · 0.40
run_sequential_with_lsp_cross_and_mutator
Function · 0.40
pylsp_import_reference_counts
Function · 0.40