Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/linux/
Dcciss_defs.h93 BYTE Type : 3; member
96 } Type; member
103 BYTE Type; member
/bionic/tests/
Dmalloc_test.cpp778 template <typename Type>
779 void __attribute__((optnone)) VerifyAlignment(Type* floating) { in VerifyAlignment()
780 size_t expected_alignment = alignof(Type); in VerifyAlignment()
787 template <typename Type>
795 Type* types[kMaxConsecutiveAllocs]; in TestAllocateType()
797 types[i] = new Type; in TestAllocateType()
809 types[i] = reinterpret_cast<Type*>(malloc(sizeof(Type))); in TestAllocateType()
821 std::vector<Type> type_vector(kMaxConsecutiveAllocs); in TestAllocateType()