Home
last modified time | relevance | path

Searched refs:zero_alloc (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/asan/tests/
H A Dasan_interface_test.cpp64 void *zero_alloc = Ident(malloc(0)); in TEST() local
65 if (zero_alloc != 0) { in TEST()
68 EXPECT_TRUE(__sanitizer_get_ownership(zero_alloc)); in TEST()
70 EXPECT_LT(__sanitizer_get_allocated_size(zero_alloc), 2U); in TEST()
72 free(zero_alloc); in TEST()