MCPcopy Create free account
hub / github.com/axhlzy/Il2CppHookScripts / _alloc

Method _alloc

Il2cppHook/_Ufunc.js:9259–9261  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9257class Il2CppApi {
9258 constructor() { }
9259 static get _alloc() {
9260 return this.r("il2cpp_alloc", "pointer", ["size_t"]);
9261 }
9262 static get _arrayGetElements() {
9263 return this.r("il2cpp_array_get_elements", "pointer", ["pointer"]);
9264 }

Callers 1

allocMethod · 0.80

Calls 1

rMethod · 0.95

Tested by

no test coverage detected