우분투에서 Memory leak 검사

Worldi·2021년 12월 7일
0

42seoul

목록 보기
12/15

Valgrind

Linux program 의 profiling 을 위한 application.

설치 방법

sudo apt-get install valgrind
sudo apt-get install build-essential

체크 방법

gcc -g -o test test.c

다음과 같이 디버깅이 되도록 option 을 적용한다.

valgrind --leak-check=yes ./test
valgrind --leak-check=full --show-leak-kinds=all  ./a.out
profile
https://worldi.tistory.com/ 로 블로그 이전합니다.

0개의 댓글