| 12 | |
| 13 | namespace af { |
| 14 | int getMaxJitLen(void) { |
| 15 | int retVal = 0; |
| 16 | AF_THROW(af_get_max_jit_len(&retVal)); |
| 17 | return retVal; |
| 18 | } |
| 19 | |
| 20 | void setMaxJitLen(const int jitLen) { AF_THROW(af_set_max_jit_len(jitLen)); } |
| 21 | } // namespace af |
no test coverage detected