Hi, When we run our program compiled with the address-sanitizer option, our program runs out of memory after a few days. It is possible that we have leak but I am also told that ASan slowly consumes all available memory. Is the latter true? If yes, how can I confirm that and is there a way around it? Thanks,Senthil.