Searched refs:Type (Results 1 – 2 of 2) sorted by relevance
81 BYTE Type : 3; member84 } Type; member91 BYTE Type; member
935 template <typename Type>936 void __attribute__((optnone)) VerifyAlignment(Type* floating) { in VerifyAlignment()937 size_t expected_alignment = alignof(Type); in VerifyAlignment()945 template <typename Type>953 Type* types[kMaxConsecutiveAllocs]; in TestAllocateType()955 types[i] = new Type; in TestAllocateType()967 types[i] = reinterpret_cast<Type*>(malloc(sizeof(Type))); in TestAllocateType()979 std::vector<Type> type_vector(kMaxConsecutiveAllocs); in TestAllocateType()