Home
last modified time | relevance | path

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

/bionic/tests/
Dbionic_allocator_test.cpp48 struct test_struct_large { struct
176 test_struct_large* ptr1 = in TEST()
177 reinterpret_cast<test_struct_large*>(allocator.alloc(sizeof(test_struct_large))); in TEST()
178 test_struct_large* ptr2 = in TEST()
179 reinterpret_cast<test_struct_large*>(allocator.alloc(1024)); in TEST()
189 size_t n = kPageSize / sizeof(test_struct_large) + 1 - 2; in TEST()
190 test_struct_large* objects[n]; in TEST()
193 test_struct_large* obj_ptr = in TEST()
194 reinterpret_cast<test_struct_large*>(allocator.alloc(sizeof(test_struct_large))); in TEST()
199 test_struct_large* ptr_to_free = in TEST()
[all …]