Home
last modified time | relevance | path

Searched refs:heapForSize (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/ext/wasm/
H A Dtester1.js388 const s = w.heapForSize(n,false);
390 assert(w.heapForSize(s.constructor) === s);
391 const u = w.heapForSize(n,true);
394 assert(w.heapForSize(u.constructor) === u);
/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-api-prologue.js781 wasm.heapForSize(srcTypedArray.constructor).set(
/sqlite-3.40.0/ext/wasm/common/
H A Dwhwasmutil.js325 target.heapForSize = function(n,unsigned = false){ function