($0)
| 40788 | return (0)|0; |
| 40789 | } |
| 40790 | function _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 | } |
| 40803 | function _sqlite3MemRoundup($0) { |
| 40804 | $0 = $0|0; |
| 40805 | var $1 = 0, $2 = 0, label = 0, sp = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…