Searched refs:elementSizeAsUint32 (Results 1 – 1 of 1) sorted by relevance
94 const uint32 elementSizeAsUint32 = static_cast<uint32> (elementSize); in Allocate() local95 if (static_cast<std::size_t> (elementSizeAsUint32) != elementSize) in Allocate()102 if (!SafeUint32Mult(count, elementSizeAsUint32, &numBytes)) in Allocate()