(size = 1)
| 8137 | exports.allocUStr = allocUStr; |
| 8138 | const allocP = (size = Process.pointerSize) => Memory.alloc(size); |
| 8139 | const alloc = (size = 1) => allocP(size * p_size); |
| 8140 | exports.alloc = alloc; |
| 8141 | function allocVector(x = 0, y = 0, z = 0, w) { |
| 8142 | let argsLength = arguments.length; |
no test coverage detected