You can use coverage.jl (a package).
I commonly move all mem files in a folder an run
using Coverage
result=analyze_malloc(ThatFolderWithMemFiles)
This works quite well and you can easily sort by allocation. There might be a better way to do that (just read the readme of the coverage pkg).
Sorry that I cannot find the backtick on my phone to quote code.