MCPcopy Index your code
hub / github.com/sql-js/sql.js / _sqlite3MemFree

Function _sqlite3MemFree

js/sql-debug.js:40742–40749  ·  view source on GitHub ↗
($0)

Source from the content-addressed store, hash-verified

40740 return (0)|0;
40741}
40742function _sqlite3MemFree($0) {
40743 $0 = $0|0;
40744 var $1 = 0, label = 0, sp = 0;
40745 sp = STACKTOP;
40746 $1 = ((($0)) + -8|0);
40747 _free($1);
40748 return;
40749}
40750function _sqlite3MemRealloc($0,$1) {
40751 $0 = $0|0;
40752 $1 = $1|0;

Callers

nothing calls this directly

Calls 1

_freeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…