Home
last modified time | relevance | path

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

/external/valgrind/memcheck/tests/
Dorigin1-yes.c62 int undef_malloc_int = *ptr_to_undef_malloc_int; in main() local
64 x += (undef_malloc_int == 0x12345678 ? 12 : 23); in main()