MCPcopy Create free account
hub / github.com/GamerHack/GamerHack.github.io / gc

Function gc

g2all/700/psfree.js:128–130  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

126const original_loc = location.pathname;
127
128function gc() {
129 new Uint8Array(4 * MB);
130}
131
132function sread64(str, offset) {
133 const low = str.charCodeAt(offset) | (str.charCodeAt(offset + 1) << 8) | (str.charCodeAt(offset + 2) << 16) | (str.charCodeAt(offset + 3) << 24);

Callers 2

make_rdrFunction · 0.70
leak_code_blockFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected