HomeSort by relevance Sort by last modified time
    Searched full:ptr_to_free (Results 1 - 2 of 2) sorted by null

  /bionic/linker/tests/
linker_memory_allocator_test.cpp 199 test_struct_large* ptr_to_free = local
202 ASSERT_TRUE(ptr_to_free != nullptr);
203 ASSERT_EQ(0U, reinterpret_cast<uintptr_t>(ptr_to_free) % 16);
212 allocator.free(ptr_to_free);
linker_block_allocator_test.cpp 114 test_struct_larger* ptr_to_free = allocator.alloc(); local
115 ASSERT_TRUE(ptr_to_free != nullptr);

Completed in 303 milliseconds