wallacegibbon / container-collection-for-c

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

Containers in container-collection-for-c are all weak containers if you store pointers in them. Which means they do NOT free those pointers when the container got deleted.

Tools

Use drmemory to check (potential) memory leaks on Windows, or valgrind on Unix.

For example:

Using drmemory:

make MEMCHECK=1 build/cc_list_test_1

Using valgrind:

make MEMCHECK=2 build/cc_list_test_1

About

License:ISC License


Languages

Language:C 97.6%Language:Makefile 1.8%Language:Shell 0.6%