Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Houseofmvps/codesight
/ dealloc
Function
dealloc
reference/ast-plugin/assembly/index.ts:40–42 ·
view source on GitHub ↗
(ptr: i32, len: i32)
Source
from the content-addressed store, hash-verified
38
}
39
40
export
function
dealloc(ptr: i32, len: i32): void {
41
heap.free(<usize>ptr);
42
}
43
44
// ─── ABI: per-kind parse entry points ───
45
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected