| 53 | } |
| 54 | |
| 55 | void 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 | |
| 65 | void acl_memory_debug_stack(int onoff) |
| 66 | { |
searching dependent graphs…