(str)
| 8134 | const allocCStr = (str) => allocStrInner(str, enum_1.TYPE_STR.C_STR); |
| 8135 | exports.allocCStr = allocCStr; |
| 8136 | const allocUStr = (str) => allocStrInner(str, enum_1.TYPE_STR.U_STR); |
| 8137 | exports.allocUStr = allocUStr; |
| 8138 | const allocP = (size = Process.pointerSize) => Memory.alloc(size); |
| 8139 | const alloc = (size = 1) => allocP(size * p_size); |
no test coverage detected