| 823 | } |
| 824 | |
| 825 | void espInstrumentMachineReset(txMachine *the) |
| 826 | { |
| 827 | the->garbageCollectionCount = 0; |
| 828 | the->stackPeak = the->stack; |
| 829 | the->peakParserSize = 0; |
| 830 | the->floatingPointOps = 0; |
| 831 | } |
| 832 | #endif |
| 833 | |
| 834 | /* |
no outgoing calls
no test coverage detected