1: #line 181 "run-alloc.w" 2: #if !defined(RUN_ALLOC_H) 3: #define RUN_ALLOC_H 5: #if defined(__cplusplus) 6: extern "C" { 7: #endif 9: void* ad_adic_deriv_init(int dsize, int bsize); 10: void ad_adic_deriv_final(void); 11: void* ad_adic_deriv_alloc(void); 12: void ad_adic_deriv_free(void*); 14: #if defined(__cplusplus) 15: } 16: #endif 18: #endif /*RUN_ALLOC_H*/