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

  /bionic/linker/tests/
linker_block_allocator_test.cpp 102 test_struct_larger* ptr_to_free = allocator.alloc(); local
103 ASSERT_TRUE(ptr_to_free != nullptr);
linker_memory_allocator_test.cpp 187 test_struct_large* ptr_to_free = local
190 ASSERT_TRUE(ptr_to_free != nullptr);
191 ASSERT_EQ(0U, reinterpret_cast<uintptr_t>(ptr_to_free) % 16);
200 allocator.free(ptr_to_free);

Completed in 143 milliseconds