Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/tvm
/ dispose
Method
dispose
web/src/memory.ts:316–321 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
314
}
315
316
dispose(): void {
317
if
(this.basePtr != 0) {
318
this.cFreeSpace(this.basePtr);
319
this.basePtr = 0;
320
}
321
}
322
/**
323
* Rest the call stack so that it can be reused again.
324
*/
Callers
1
reset
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected