| 17 | static unsigned int *__main_buf = NULL; |
| 18 | |
| 19 | static void trace_buf_free(void *buf) |
| 20 | { |
| 21 | if ((unsigned long) acl_pthread_self() != acl_main_thread_self()) |
| 22 | free(buf); |
| 23 | } |
| 24 | |
| 25 | static void main_buf_free(void) |
| 26 | { |
nothing calls this directly
no test coverage detected
searching dependent graphs…