Home
last modified time | relevance | path

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

/bionic/linker/tests/
Dlinker_memory_allocator_test.cpp40 struct test_struct_huge { struct
145 test_struct_huge* ptr1 = in TEST()
146 reinterpret_cast<test_struct_huge*>(allocator.alloc(sizeof(test_struct_huge))); in TEST()
147 test_struct_huge* ptr2 = in TEST()
148 reinterpret_cast<test_struct_huge*>(allocator.alloc(sizeof(test_struct_huge))); in TEST()