Searched refs:otherCapacity (Results 1 – 1 of 1) sorted by relevance
352 void aliasInstead(T *otherArray, int32_t otherCapacity) { in aliasInstead() argument353 if(otherArray!=NULL && otherCapacity>0) { in aliasInstead()356 capacity=otherCapacity; in aliasInstead()529 void aliasInstead(H *otherMemory, int32_t otherCapacity) { in aliasInstead() argument530 if(otherMemory!=NULL && otherCapacity>0) { in aliasInstead()533 capacity=otherCapacity; in aliasInstead()