Searched refs:heapForSize (Results 1 – 3 of 3) sorted by relevance
388 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);
781 wasm.heapForSize(srcTypedArray.constructor).set(
325 target.heapForSize = function(n,unsigned = false){ function