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

  /bionic/linker/
linker_block_allocator_test.cpp 114 test_struct_larger* ptr_to_free = allocator.alloc(); local
115 ASSERT_TRUE(ptr_to_free != nullptr);
  /bionic/tests/
bionic_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);

Completed in 172 milliseconds