mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-05 05:18:53 +08:00
dcdebd5f9c
add thread, thread_pool for lib_acl_cpp, and other bugfix
4 lines
70 B
Bash
4 lines
70 B
Bash
#!/bin/sh
|
|
|
|
valgrind --tool=memcheck --leak-check=yes -v ./thread_pool
|