Searched refs:otherCapacity (Results 1 – 1 of 1) sorted by relevance
350 void aliasInstead(T *otherArray, int32_t otherCapacity) { in aliasInstead() argument351 if(otherArray!=NULL && otherCapacity>0) { in aliasInstead()354 capacity=otherCapacity; in aliasInstead()551 void aliasInstead(H *otherMemory, int32_t otherCapacity) { in aliasInstead() argument552 if(otherMemory!=NULL && otherCapacity>0) { in aliasInstead()555 capacity=otherCapacity; in aliasInstead()