| 143 | } |
| 144 | |
| 145 | void cpputest_malloc_set_not_out_of_memory() |
| 146 | { |
| 147 | malloc_out_of_memory_counter = NO_COUNTDOWN; |
| 148 | setCurrentMallocAllocator(originalAllocator); |
| 149 | originalAllocator = NULLPTR; |
| 150 | } |
| 151 | |
| 152 | void cpputest_malloc_set_out_of_memory_countdown(int count) |
| 153 | { |
no test coverage detected