Searched refs:otherCapacity (Results 1 – 1 of 1) sorted by relevance
351 void aliasInstead(T *otherArray, int32_t otherCapacity) { in aliasInstead() argument352 if(otherArray!=NULL && otherCapacity>0) { in aliasInstead()355 capacity=otherCapacity; in aliasInstead()559 void aliasInstead(H *otherMemory, int32_t otherCapacity) { in aliasInstead() argument560 if(otherMemory!=NULL && otherCapacity>0) { in aliasInstead()563 capacity=otherCapacity; in aliasInstead()