MCPcopy 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
102void 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_resultFunction · 0.70
cbm_macro_table_freeFunction · 0.70
cbm_run_php_lsp_crossFunction · 0.50
cbm_batch_php_lsp_crossFunction · 0.50
cbm_run_py_lsp_crossFunction · 0.50
cbm_batch_py_lsp_crossFunction · 0.50
cbm_batch_c_lsp_crossFunction · 0.50
cbm_run_java_lsp_crossFunction · 0.50
cbm_batch_go_lsp_crossFunction · 0.50
cbm_run_perl_lspFunction · 0.50
cbm_batch_rust_lsp_crossFunction · 0.50

Calls

no outgoing calls

Tested by 3

teardownFunction · 0.40