user function to return the currently allocated amount of memory */
| 167 | |
| 168 | /* user function to return the currently allocated amount of memory */ |
| 169 | size_t getCurrent() |
| 170 | { |
| 171 | return stats.current; |
| 172 | } |
| 173 | |
| 174 | /* user function to return the peak allocation */ |
| 175 | size_t getPeak() |
no outgoing calls
no test coverage detected