Searched refs:wild_addr (Results 1 – 1 of 1) sorted by relevance
379 void *wild_addr = (void*)0x1; in TEST() local380 EXPECT_FALSE(__asan_get_ownership(wild_addr)); in TEST()381 EXPECT_DEATH(__asan_get_allocated_size(wild_addr), kGetAllocatedSizeErrorMsg); in TEST()