Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
var
malloc_nogc = [];
2
function
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.js
File · 0.70
LinuxPro-3gb.js
File · 0.70
Linux-3gb.js
File · 0.70
payload.js
File · 0.70
jbc_loader.js
File · 0.70
rop2.js
File · 0.70
saveall
Function · 0.70
pivot
Function · 0.70
LinuxPro-1gb.js
File · 0.70
Linux-2gb.js
File · 0.70
LinuxPro-4gb.js
File · 0.70
LinuxPro-2gb.js
File · 0.70
Calls
2
read_ptr_at
Function · 0.50
addrof
Function · 0.50
Tested by
no test coverage detected