/
| 90 | |
| 91 | /*****************************************************/ |
| 92 | void clear() |
| 93 | { |
| 94 | memset(&memory[0], ~0x0, memory_size_including_cookies * sizeof(T)); |
| 95 | } |
| 96 | |
| 97 | /*****************************************************/ |
| 98 | // note that this is in units of T (float or double) |
nothing calls this directly
no outgoing calls
no test coverage detected