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

Function build_rthdr

g2all/700/lapse.js:487–497  ·  view source on GitHub ↗
(buf, size)

Source from the content-addressed store, hash-verified

485}
486
487function build_rthdr(buf, size) {
488 const len = ((size >> 3) - 1) & ~1;
489 size = (len + 1) << 3;
490
491 buf[0] = 0;
492 buf[1] = len;
493 buf[2] = 0;
494 buf[3] = len >> 1;
495
496 return size;
497}
498
499function spawn_thread(thread) {
500 const ctx = new Buffer(context_size);

Callers 3

make_aliased_rthdrsFunction · 0.70
double_free_reqs1Function · 0.70
make_kernel_arwFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected