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

Function acl_memory_debug_stop

lib_acl/src/stdlib/memory/acl_malloc_glue.c:55–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55void acl_memory_debug_stop(void)
56{
57 if (__alloc_stat) {
58 free(__alloc_stat);
59 __alloc_stat = NULL;
60 __debug_mem = 0;
61 thread_mutex_destroy(&__fastmutex_stat);
62 }
63}
64
65void acl_memory_debug_stack(int onoff)
66{

Callers 3

test_fatal_mallocFunction · 0.85
test_fatal_freeFunction · 0.85
slice_gcFunction · 0.85

Calls 2

freeFunction · 0.85
thread_mutex_destroyFunction · 0.85

Tested by 2

test_fatal_mallocFunction · 0.68
test_fatal_freeFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…