Home
last modified time | relevance | path

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

/aosp12/bionic/tests/
H A Dmalloc_iterate_test.cpp46 struct TestDataType { struct
51 static void AllocPtr(TestDataType* test_data, size_t size) { in AllocPtr() argument
62 static void FreePtrs(TestDataType* test_data) { in FreePtrs()
69 TestDataType* test_data = reinterpret_cast<TestDataType*>(data); in SavePointers()
94 static void VerifyPtrs(TestDataType* test_data) { in VerifyPtrs()
125 static void AllocateSizes(TestDataType* test_data, const std::vector<size_t>& sizes) { in AllocateSizes()
149 TestDataType test_data; in TEST()
173 TestDataType test_data; in TEST()
193 TestDataType test_data = {}; in TEST()