(int p0)
| 105 | } |
| 106 | |
| 107 | @Export(name = "cabi_post_admin") |
| 108 | private static void wasmExportAdminPostReturn(int p0) { |
| 109 | |
| 110 | for (int index = 0; index < (Address.fromInt((p0) + 4).getInt()); ++index) { |
| 111 | int base = (Address.fromInt((p0) + 0).getInt()) + (index * 16); |
| 112 | Memory.free(Address.fromInt(Address.fromInt((base) + 0).getInt()), Address.fromInt((base) + 4).getInt(), 1); |
| 113 | Memory.free(Address.fromInt(Address.fromInt((base) + 8).getInt()), Address.fromInt((base) + 12).getInt(), 1); |
| 114 | |
| 115 | } |
| 116 | Memory.free(Address.fromInt(Address.fromInt((p0) + 0).getInt()), (Address.fromInt((p0) + 4).getInt()) * 16, 4); |
| 117 | |
| 118 | } |
| 119 | |
| 120 | @Export(name = "on-msg") |
| 121 | private static int wasmExportOnMsg(int p0, int p1, int p2, int p3, int p4, int p5, int p6, int p7) { |
nothing calls this directly
no outgoing calls
no test coverage detected