Skip to content

PiKa20/container-collection-for-c

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

If you are on Linux, you can also use valgrind

For example:

make MEMCHECK=1 build/cc_list_test_1

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 96.6%
  • Makefile 2.7%
  • Shell 0.7%