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

Function malloc

702/702.js:102–107  ·  view source on GitHub ↗
(sz)

Source from the content-addressed store, hash-verified

100}
101var malloc_nogc = [];
102function malloc(sz)
103{
104 var arr = new Uint8Array(sz);
105 malloc_nogc.push(arr);
106 return read_ptr_at(addrof(arr)+0x10);
107}
108var tarea = document.createElement('textarea');
109
110var real_vt_ptr = read_ptr_at(addrof(tarea)+0x18);

Callers 15

app2usb.jsFile · 0.70
kernel-clock.jsFile · 0.70
dbackup.jsFile · 0.70
disable-updates.jsFile · 0.70
linux702-3gb.jsFile · 0.70
todex.jsFile · 0.70
linux702-1gb.jsFile · 0.70
hen213.jsFile · 0.70
dbrestore.jsFile · 0.70
enable-vr.jsFile · 0.70
enable-updates.jsFile · 0.70

Calls 2

read_ptr_atFunction · 0.70
addrofFunction · 0.70

Tested by

no test coverage detected