| 23 | static int *__debug_levels = NULL; |
| 24 | |
| 25 | void acl_debug_end(void) |
| 26 | { |
| 27 | if (__debug_levels != NULL) { |
| 28 | acl_myfree(__debug_levels); |
| 29 | __debug_levels = NULL; |
| 30 | } |
| 31 | } |
| 32 | |
| 33 | /* ptr format: 1:1; 2:10; 3:8... */ |
| 34 | void acl_debug_init(const char *ptr) |
no outgoing calls
no test coverage detected
searching dependent graphs…