Searched refs:ptr_to_free (Results 1 – 2 of 2) sorted by relevance
199 test_struct_large* ptr_to_free = in TEST() local202 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()
114 test_struct_larger* ptr_to_free = allocator.alloc(); in TEST() local115 ASSERT_TRUE(ptr_to_free != nullptr); in TEST()