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

Function cbm_aligned_free

src/foundation/compat_thread.c:152–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152void cbm_aligned_free(void *ptr) {
153 _aligned_free(ptr);
154}
155
156#else /* POSIX */
157

Callers 5

slab_growFunction · 0.85
slab_reclaim_pagesFunction · 0.85
slab_freeFunction · 0.85
cbm_parallel_extract_exFunction · 0.85
cbm_parallel_resolveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected