MCPcopy Create free account
hub / github.com/sql-js/sql.js / _sqlite3MemSize

Function _sqlite3MemSize

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

Source from the content-addressed store, hash-verified

40788 return (0)|0;
40789}
40790function _sqlite3MemSize($0) {
40791 $0 = $0|0;
40792 var $1 = 0, $2 = 0, $3 = 0, $4 = 0, $5 = 0, $6 = 0, $7 = 0, label = 0, sp = 0;
40793 sp = STACKTOP;
40794 $1 = ((($0)) + -8|0);
40795 $2 = $1;
40796 $3 = $2;
40797 $4 = HEAP32[$3>>2]|0;
40798 $5 = (($2) + 4)|0;
40799 $6 = $5;
40800 $7 = HEAP32[$6>>2]|0;
40801 return ($4|0);
40802}
40803function _sqlite3MemRoundup($0) {
40804 $0 = $0|0;
40805 var $1 = 0, $2 = 0, label = 0, sp = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…