How to find culprit of memory leak?

My little command line tool/toy leaks memory somewhere/somehow. The two alloc<tm>() it has are within memScoped{} blocks. I tried to valgrind it, but! Valgrind itself dumps core! So, err… Alternatives? (on Ubuntu 18.04LTS)