Sign inSign up

solareenlo/42valgrind

By solareenlo

Updated over 4 years ago

Image
0

2.4K

solareenlo/42valgrind repository overview

42valgrind-docker

Docker Image Size (tag) Docker Pulls

Usage

docker build . -t valgrind
docker run -it --rm -v $(pwd):/code valgrind
make re
valgrind --leak-check=full --show-leak-kinds=all ./a.out

# or
docker run -it --rm -v $PWD:/code solareenlo/42valgrind
make re
valgrind --leak-check=full --show-leak-kinds=all ./a.out

Tag summary

Content type

Image

Digest

Size

319.1 MB

Last updated

over 4 years ago

docker pull solareenlo/42valgrind