I have an R script that loops over market contracts. The script runs well for markets with relatively small number of contracts but seg faults when the number of contracts (loop iterations) is large. Is there a way for me to monitor my objects and their sizes from within the R script? How can I get all of the objects and their sizes?