Home | History | Annotate | Download | only in include

Lines Matching defs:elementsToCopy

2889             const size_t elementsToCopy = VMA_MIN(m_Count, newCount);

2890 if(elementsToCopy != 0)
2892 memcpy(newArray, m_pArray, elementsToCopy * sizeof(T));