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

Function build_rthdr

g2all/900/lapse.js:443–453  ·  view source on GitHub ↗
(buf, size)

Source from the content-addressed store, hash-verified

441}
442
443function build_rthdr(buf, size) {
444 const len = ((size >> 3) - 1) & ~1;
445 size = (len + 1) << 3;
446
447 buf[0] = 0;
448 buf[1] = len;
449 buf[2] = 0;
450 buf[3] = len >> 1;
451
452 return size;
453}
454
455function spawn_thread(thread) {
456 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