Home
last modified time | relevance | path

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

/bionic/tests/
Dbionic_allocator_test.cpp199 test_struct_large* ptr_to_free = in TEST() local
202 ASSERT_TRUE(ptr_to_free != nullptr); in TEST()
203 ASSERT_EQ(0U, reinterpret_cast<uintptr_t>(ptr_to_free) % 16); in TEST()
212 allocator.free(ptr_to_free); in TEST()
/bionic/linker/
Dlinker_block_allocator_test.cpp114 test_struct_larger* ptr_to_free = allocator.alloc(); in TEST() local
115 ASSERT_TRUE(ptr_to_free != nullptr); in TEST()