For dev purposes (we should remove this for production) allow us to define that this Kernel uses explicit memory management @param _explicit (true if we want explicit memory management)
(boolean _explicit)
| 3248 | * @param _explicit (true if we want explicit memory management) |
| 3249 | */ |
| 3250 | public void setExplicit(boolean _explicit) { |
| 3251 | prepareKernelRunner().setExplicit(_explicit); |
| 3252 | } |
| 3253 | |
| 3254 | /** |
| 3255 | * For dev purposes (we should remove this for production) determine whether this Kernel uses explicit memory management |