HomeClusterLabs Projects

Low: Replace our wrappers with standard memory allocators

Description

Low: Replace our wrappers with standard memory allocators

Use calloc() for initialized memory and malloc() for uninitialized.
And Valgrind + MALLOC_CHECK_ for detecting double free's etc.

Details

Event Timeline