Index: trunk/psphot/src/psphotExtendedSourceFits.c
===================================================================
--- trunk/psphot/src/psphotExtendedSourceFits.c	(revision 32348)
+++ trunk/psphot/src/psphotExtendedSourceFits.c	(revision 32744)
@@ -321,5 +321,5 @@
 
 	// set the fit radius based on the first radial moment (also sets the mask pixels)
-	psphotSetRadiusMomentsExact(&fitRadius, &windowRadius, readout, source, markVal);
+	psphotSetRadiusMomentsExact(&fitRadius, &windowRadius, readout, source, markVal); // NOTE : 6 allocs
 
 	// UPDATE : we have changed the moments calculation.  There is now an iteration within 
@@ -371,5 +371,6 @@
           pmModel *modelFit = NULL;
           if (convolved) {
-              modelFit = psphotFitPCM (readout, source, fitOptions, modelType, maskVal, markVal, psfSize);
+	      // NOTE : 4 more allocs to here
+              modelFit = psphotFitPCM (readout, source, fitOptions, modelType, maskVal, markVal, psfSize); // NOTE : 2313 allocs in here
               if (!modelFit) {
                   psTrace ("psphot", 5, "failed to fit psf-conv model for object at %f, %f", source->moments->Mx, source->moments->My);
