Lines Matching refs:wild_addr
2821 void *wild_addr = reinterpret_cast<void*>(0x1);2822 EXPECT_FALSE(__msan_get_ownership(wild_addr));2823 EXPECT_EQ(0, __msan_get_allocated_size(wild_addr));