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

Function malloc

900v3/malloc.js:2–7  ·  view source on GitHub ↗
(sz)

Source from the content-addressed store, hash-verified

1var malloc_nogc = [];
2function malloc(sz)
3{
4 var arr = new Uint8Array(sz);
5 malloc_nogc.push(arr);
6 return read_ptr_at(addrof(arr)+0x10);
7}

Callers 13

Linux-4gb.jsFile · 0.70
LinuxPro-3gb.jsFile · 0.70
Linux-3gb.jsFile · 0.70
payload.jsFile · 0.70
jbc_loader.jsFile · 0.70
rop2.jsFile · 0.70
saveallFunction · 0.70
pivotFunction · 0.70
LinuxPro-1gb.jsFile · 0.70
Linux-2gb.jsFile · 0.70
LinuxPro-4gb.jsFile · 0.70
LinuxPro-2gb.jsFile · 0.70

Calls 2

read_ptr_atFunction · 0.50
addrofFunction · 0.50

Tested by

no test coverage detected