Searched refs:otherArray (Results 1 – 1 of 1) sorted by relevance
250 void aliasInstead(T *otherArray, int32_t otherCapacity) { in aliasInstead() argument251 if(otherArray!=NULL && otherCapacity>0) { in aliasInstead()253 ptr=otherArray; in aliasInstead()