Home
last modified time | relevance | path

Searched refs:Type (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/kernel/uapi/linux/
Dcciss_defs.h81 BYTE Type : 3; member
84 } Type; member
91 BYTE Type; member
/bionic/tests/
Dmalloc_test.cpp935 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()