Comment on Mimalloc Cigarette: Losing one week of my life catching a memory leak (Rust)parentComments−lttlrck2yMay have been impractical to run valgrind eg embedded. A decent compiler should catch this anyway? -Wall?−WalterBright2yTesting all code paths means all code paths must be available to the compiler. This is not always practical.
Comments
May have been impractical to run valgrind eg embedded. A decent compiler should catch this anyway? -Wall?
Testing all code paths means all code paths must be available to the compiler. This is not always practical.