use --stdcmalloc for tests to catch issues
When debugging some recent memory issues, it was noticed that some problems were seen when running with stdcmalloc
which were not observed with tcmalloc
.
Changing developer/CI test to use stdcmalloc
to catch any additional issues that tcmalloc
might sweep under the carpet.
cc @asalzbur