Lines Matching refs:objArray
676 ObjectStats** objArray = NULL;
684 objArray = (ObjectStats**)malloc(allSymbolCount * sizeof(ObjectStats*));
686 if(NULL == objArray || NULL == symArray)
723 objArray[arrayCount] = theObject;
794 objArray[negationLoop]->mSize -= lookingFor;
802 objArray[negationLoop]->mSize += lookingFor;
816 CLEANUP(objArray);