()
| 9 | public static Map<String, Integer> allocated = new ConcurrentHashMap<>(); |
| 10 | |
| 11 | public static void onNativeCall() { |
| 12 | if (enabled) |
| 13 | nativeCalls++; |
| 14 | } |
| 15 | |
| 16 | public static void onAllocated(String className) { |
| 17 | if (enabled) |
no outgoing calls
no test coverage detected