targetAggBlockLengths  864 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c       int *targetAggBlockLengths=NULL;
targetAggBlockLengths  927 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c               targetAggBlockLengths = (int *)ADIOI_Malloc(maxNumContigOperations * sizeof(int));
targetAggBlockLengths  984 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c               targetAggBlockLengths[targetAggContigAccessCount]= bufferAmountToSend;
targetAggBlockLengths  993 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c               targetAggBlockLengths[targetAggContigAccessCount]= bufferAmountToSend;
targetAggBlockLengths 1013 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c         MPI_Type_create_struct(targetAggContigAccessCount, targetAggBlockLengths, sourceBufferDisplacements, targetAggDataTypes, &sourceBufferDerivedDataType);
targetAggBlockLengths 1015 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c         MPI_Type_create_struct(targetAggContigAccessCount, targetAggBlockLengths, targetAggDisplacements, targetAggDataTypes, &targetBufferDerivedDataType);
targetAggBlockLengths 1035 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c           ADIOI_Free(targetAggBlockLengths);