| 2368 | } |
| 2369 | |
| 2370 | static void kwsysProcess_List__Delete_NT4(kwsysProcess_List* self) |
| 2371 | { |
| 2372 | /* Free the process information buffer. */ |
| 2373 | free(self->Buffer); |
| 2374 | } |
| 2375 | |
| 2376 | static int kwsysProcess_List__Update_NT4(kwsysProcess_List* self) |
| 2377 | { |
no outgoing calls
no test coverage detected
searching dependent graphs…