Home
last modified time | relevance | path

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

/bionic/tests/
Dbionic_allocator_test.cpp44 struct test_struct_small { struct
136 test_struct_small* ptr1 = in TEST()
137 reinterpret_cast<test_struct_small*>(allocator.alloc(sizeof(test_struct_small))); in TEST()
138 test_struct_small* ptr2 = in TEST()
139 reinterpret_cast<test_struct_small*>(allocator.alloc(sizeof(test_struct_small))); in TEST()
/bionic/linker/
Dlinker_block_allocator_test.cpp49 struct test_struct_small { struct
82 LinkerTypeAllocator<test_struct_small> allocator; in TEST()