MCPcopy Create free account
hub / github.com/acl-dev/acl / acl_debug_end

Function acl_debug_end

lib_acl/src/stdlib/acl_debug.c:25–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23static int *__debug_levels = NULL;
24
25void 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... */
34void acl_debug_init(const char *ptr)

Callers 3

main_server_exitFunction · 0.85
closeMethod · 0.85
~master_baseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…