| 590 | //////////////////////////////////////////////////////////////////// |
| 591 | |
| 592 | void * |
| 593 | _TSmalloc(size_t size, const char * /* path ATS_UNUSED */) |
| 594 | { |
| 595 | return ats_malloc(size); |
| 596 | } |
| 597 | |
| 598 | void * |
| 599 | _TSrealloc(void *ptr, size_t size, const char * /* path ATS_UNUSED */) |
no test coverage detected